customize_post_value_set_{$setting_id}

customize_post_value_set_{$setting_id}

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('customize_post_value_set_{$setting_id}') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 1877
    		 *
    		 * @param mixed                $value   Unsanitized setting post value.
    		 * @param WP_Customize_Manager $manager WP_Customize_Manager instance.
    		 */
    		do_action( "customize_post_value_set_{$setting_id}", $value, $this );
    
    		/**
    		 * Announces when any setting's unsanitized post value has been set.
    		 *
    		 * Fires when the WP_Customize_Manager::set_post_value() method is called.
    		 *