Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64790


Ignore:
Timestamp:
03/04/2026 10:43:45 AM (6 months ago)
Author:
gziolo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64790

    • Property Owner set to jorgefilipecosta
    • Property Status newassigned
  • Ticket #64790 – Description

    initial v1  
    99The page is registered using `add_submenu_page()` under `options-general.php`, resulting in a URL like:
    1010
    11 ```
    12 wp-admin/options-general.php?page=connectors-wp-admin
    13 ```
     11`wp-admin/options-general.php?page=connectors-wp-admin`
    1412
    1513### Expected behavior
     
    1715The page should be a first-class core settings page with a dedicated URL, for example:
    1816
    19 ```
    20 wp-admin/options-connectors.php
    21 ```
     17`wp-admin/options-connectors.php`
    2218
    2319This is how all other core settings pages are structured: `options-general.php`, `options-writing.php`, `options-reading.php`, `options-discussion.php`, `options-media.php`, `options-privacy.php`, and `options-permalink.php`.