wppaste
WordPress

do_action( 'options-connectors-wp-admin_init' )

Compatibility

WordPress
core
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in 2 of the 5 tracked releases.

Where this hook fires · 1

  • wp-includes/build/pages/options-connectors/page-wp-admin.php:141wp_options_connectors_wp_admin_enqueue_scripts()

Source code

	// Load build constants	$build_constants = require __DIR__ . '/../../constants.php'; 	/**	 * Fires when the options-connectors admin page is initialized so extensions can register routes and menu items.	 */	do_action( 'options-connectors-wp-admin_init' ); 	// Preload REST API data	wp_options_connectors_wp_admin_preload_data(); 	// Get all registered routes	$routes = wp_get_options_connectors_wp_admin_routes();

Changelog

Unchanged from 7.0.4 through 7.1.0.

  1. 7.0.4
  2. 7.1.0

Signature, return type and hooks compared across 2 parsed releases.

About this page

Parsed data
Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.