[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/build/pages/options-connectors/ -> page-wp-admin.php (summary)

Page: options-connectors (wp-admin integrated) Auto-generated by build process. Do not edit this file manually. This version integrates with the standard WordPress admin interface, keeping the wp-admin sidebar and scripts/styles intact.

File Size: 302 lines (10 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 1 file
 wp-includes/build/constants.php

Defines 7 functions

  wp_register_options_connectors_wp_admin_route()
  wp_register_options_connectors_wp_admin_menu_item()
  wp_get_options_connectors_wp_admin_routes()
  wp_get_options_connectors_wp_admin_menu_items()
  wp_options_connectors_wp_admin_preload_data()
  wp_options_connectors_wp_admin_enqueue_scripts()
  wp_options_connectors_wp_admin_render_page()

Functions
Functions that are not part of a class:

wp_register_options_connectors_wp_admin_route( $path, $content_module = null, $route_module = null )   X-Ref
Register a route for the options-connectors-wp-admin 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_wp_admin_menu_item( $id, $label, $to, $parent_id = '' )   X-Ref
Register a menu item for the options-connectors-wp-admin page.
Note: Menu items are registered but not displayed in single-page mode.

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.

wp_get_options_connectors_wp_admin_routes()   X-Ref
Get all registered routes for the options-connectors-wp-admin page.

return: array Array of route objects.

wp_get_options_connectors_wp_admin_menu_items()   X-Ref
Get all registered menu items for the options-connectors-wp-admin page.

return: array Array of menu item objects.

wp_options_connectors_wp_admin_preload_data()   X-Ref
Preload REST API data for the options-connectors-wp-admin page.
Automatically called during page rendering.


wp_options_connectors_wp_admin_enqueue_scripts( $hook_suffix )   X-Ref
Enqueue scripts and styles for the options-connectors-wp-admin page.
Hooked to admin_enqueue_scripts.

param: string $hook_suffix The current admin page.

wp_options_connectors_wp_admin_render_page()   X-Ref
No description



Generated : Sat Jun 13 09:38:55 2026 Cross-referenced by PHPXref