Hooks
-
Fires after the core, plugin, and theme update tables.
-
Filters the locale requested for WordPress core translations.
-
Filters the query arguments sent as part of the core version check.
-
hookcreated_term
Fires after a new term is created, and after the term cache has been cleaned.
-
Fires after a new term in a specific taxonomy is created, and after the term cache has been cleaned.
-
hookcreate_term
Fires immediately after a new term is created, before the term cache is cleaned.
-
Fires after a new term is created for a specific taxonomy.
-
Filters the memory limit allocated for WP-Cron event processing.
-
hookcron_request
Filters the cron request arguments.
-
Fires if an error happens when rescheduling a cron event.
-
hookcron_schedules
Filters the non-default cron schedules.
-
Fires if an error happens when unscheduling a cron event.
-
hookcurrent_screen
Fires after the current screen has been set.
-
Filters whether the active theme supports a specific feature.
-
Filters the list of URLs allowed to be clicked and followed in the Customizer preview.
-
Filters whether or not changeset branching is allowed.
-
Filters the settings’ data that will be persisted into the changeset.
-
Fires when enqueuing Customizer control scripts.
-
Fires in head section of Customizer controls.
-
Fires when Customizer controls are initialized, before scripts are enqueued.
-
Prints templates, control scripts, and settings in the footer.
-
Fires when Customizer control scripts are printed.
-
Fires when Customizer control styles are printed.
-
Filters response of WP_Customize_Control::active().
-
Filters a dynamic partial’s constructor arguments.
Used by 2 functions | Uses 0 functions | Source: wp-includes/customize/class-wp-customize-selective-refresh.php:235 -
Filters the class used to construct partials.
Used by 2 functions | Uses 0 functions | Source: wp-includes/customize/class-wp-customize-selective-refresh.php:251 -
Filters a dynamic setting’s constructor args.
-
Allow non-statically created settings to be constructed with custom WP_Customize_Setting subclass.
-
Filters the core Customizer components to load.