customize_save_{$id_base}

customize_save_{$id_base}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('customize_save_{$id_base}') is found 1 times:

  • /wp-includes/class-wp-customize-setting.php line 539
    		 * @since 3.4.0
    		 *
    		 * @param WP_Customize_Setting $setting WP_Customize_Setting instance.
    		 */
    		do_action( "customize_save_{$id_base}", $this );
    
    		$this->update( $value );
    	}
    
    	/**
    	 * Fetch and sanitize the $_POST value for the setting.