customize_post_value_set

customize_post_value_set

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

See hook in core

Displaying hooks found in version: wordpress-6.8

do_action('customize_post_value_set') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 1898
    1894
    1895
    1896
    1897
    1898
    1899
    1900
    1901
    1902
    1903
    1904
         * @param string               $setting_id Setting ID.
         * @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 );
    }
     
    /**
     * Prints JavaScript settings.
     *
     * @since 3.4.0