Fires once WordPress has loaded, allowing scripts and styles to be initialized.
$managerWP_Customize_Managerwp-includes/class-wp-customize-manager.php:948WP_Customize_Manager::wp_loaded()wp-includes/theme.php:3682_wp_customize_publish_changeset() * Fires once WordPress has loaded, allowing scripts and styles to be initialized. * * @since 3.4.0 * * @param WP_Customize_Manager $manager WP_Customize_Manager instance. */ do_action( 'customize_register', $this ); if ( $this->settings_previewed() ) { foreach ( $this->settings as $setting ) { $setting->preview(); } }Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.