WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_save_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-setting.php do_action 539 /**
* Fires when the WP_Customize_Setting::save() method is called.
*
* The dynamic portion of the hook name, `$id_base` refers to
* the base slug of the setting name.
*
* @since 3.4.0
*
* @param WP_Customize_Setting $setting WP_Customize_Setting instance.
*/

Hook Parameters

Parameter Type Name Description
WP_Customize_Setting $setting WP_Customize_Setting instance.