Add sidebar 1:1 migration docs
This commit is contained in:
@@ -66,7 +66,15 @@ if ( $ai_client_available ) {
|
||||
<span class="text-danger ms-2">*</span>
|
||||
</label>
|
||||
<div class="form-text">
|
||||
<?php printf( wp_kses_post( __( 'Get your API key from <a href="%s" target="_blank" class="text-decoration-none">OpenRouter <i class="bi bi-box-arrow-up-right"></i></a>', 'wp-agentic-writer' ) ), 'https://openrouter.ai/keys' ); ?>
|
||||
<?php printf(
|
||||
wp_kses_post(
|
||||
__(
|
||||
'Get your API key from <a href="%s" target="_blank" class="text-decoration-none">OpenRouter <i class="bi bi-box-arrow-up-right"></i></a>',
|
||||
"wp-agentic-writer",
|
||||
),
|
||||
),
|
||||
"https://openrouter.ai/keys",
|
||||
); ?>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><span class="dashicons dashicons-admin-network"></span></span>
|
||||
|
||||
Reference in New Issue
Block a user