customize_save

customize_save

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('customize_save') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 3542
    		 * @since 3.4.0
    		 *
    		 * @param WP_Customize_Manager $manager WP_Customize_Manager instance.
    		 */
    		do_action( 'customize_save', $this );
    
    		/*
    		 * Ensure that all settings will allow themselves to be saved. Note that
    		 * this is safe because the setting would have checked the capability
    		 * when the setting value was written into the changeset. So this is why
    		 * an additional capability check is not required here.
    

See this hook used in plugins: