customize_save_after

customize_save_after

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('customize_save_after') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 3596
    		 * @since 3.6.0
    		 *
    		 * @param WP_Customize_Manager $manager WP_Customize_Manager instance.
    		 */
    		do_action( 'customize_save_after', $this );
    
    		// Restore original capabilities.
    		foreach ( $original_setting_capabilities as $setting_id => $capability ) {
    			$setting = $this->get_setting( $setting_id );
    			if ( $setting ) {
    				$setting->capability = $capability;
    

See this hook used in plugins: