[wp-trac] [WordPress Trac] #65077: Fix incorrect Settings URL for AI plugin in Connectors banner

WordPress Trac noreply at wordpress.org
Wed Apr 15 04:37:01 UTC 2026


#65077: Fix incorrect Settings URL for AI plugin in Connectors banner
----------------------------+-------------------------
 Reporter:  mukesh27        |      Owner:  (none)
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  7.0
Component:  AI              |    Version:  trunk
 Severity:  normal          |   Keywords:  needs-patch
  Focuses:  administration  |
----------------------------+-------------------------
 The `Connectors` settings page contains a call-to-action (CTA) banner to
 install/manage the AI plugin. After the plugin is successfully installed,
 the button link directs users to an incorrect URL, resulting in a
 **"Sorry, you are not allowed to access this page"** error.

 **Steps to Reproduce:**
 1. Log in to the WordPress Admin.
 2. Navigate to **Settings > Connectors**.
 3. In the banner, click the button to **Install the AI plugin**.
 4. Once installed, observe the button text updates to: **"Control features
 in the AI plugin"**.
 5. Click this button.

 **Actual Results:**
 * The button links to: `wp-admin/options-general.php?page=ai`
 * The user is met with a **"Sorry, you are not allowed to access this
 page"** error because that slug does not exist.

 **Expected Results:**
 * The button should link to the correct AI plugin settings page: `wp-admin
 /options-general.php?page=ai-wp-admin`

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/65077>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list