customize_post_value_set

customize_post_value_set

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('customize_post_value_set') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 1893
    		 * @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