| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Page: options-connectors Auto-generated by build process. Do not edit this file manually.
| File Size: | 317 lines (10 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file wp-includes/build/constants.php |
| wp_register_options_connectors_route( $path, $content_module = null, $route_module = null ) X-Ref |
| Register a route for the options-connectors page. param: string $path Route path (e.g., '/types/$type/edit/$id'). param: string|null $content_module Script module ID for content (stage/inspector). param: string|null $route_module Script module ID for route lifecycle hooks. |
| wp_register_options_connectors_menu_item( $id, $label, $to, $parent_id = '', $parent_type = '' ) X-Ref |
| Register a menu item for the options-connectors page. param: string $id Menu item ID. param: string $label Display label. param: string $to Route path to navigate to. param: string $parent_id Optional. Parent menu item ID. param: string $parent_type Optional. Parent type: 'drilldown' or 'dropdown'. |
| wp_get_options_connectors_routes() X-Ref |
| Get all registered routes for the options-connectors page. return: array Array of route objects. |
| wp_get_options_connectors_menu_items() X-Ref |
| Get all registered menu items for the options-connectors page. return: array Array of menu item objects. |
| wp_options_connectors_preload_data() X-Ref |
| Preload REST API data for the options-connectors page. Automatically called during page rendering. |
| wp_options_connectors_render_page() X-Ref |
| Render the options-connectors page. Call this function from add_menu_page or add_submenu_page. |
| wp_options_connectors_intercept_render() X-Ref |
| No description |
| Generated : Sat Jun 13 09:38:55 2026 | Cross-referenced by PHPXref |