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.7.2

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

  • /wp-includes/class-wp-customize-manager.php line 1882
    1878
    1879
    1880
    1881
    1882
    1883
    1884
    1885
    1886
    1887
    1888
    *
     * @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.
     *