Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions includes/Admin/Namer_Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,6 @@ public function render_page() {
<?php
if ( is_wp_error( $ai_config ) ) {
?>
<p class="description">
<?php esc_html_e( 'The Plugin Namer requires WordPress 7.0+ with configured AI connectors. Please enable AI connectors in core to use this tool.', 'plugin-check' ); ?>
</p>
<p>
<a class="button button-primary" href="<?php echo esc_url( admin_url( 'options-connectors.php' ) ); ?>">
<?php esc_html_e( 'Configure AI Connectors', 'plugin-check' ); ?>
Expand Down
Loading