Generate options for the month Select.
WP_Customize_Date_Time_Control::content_template
Renders a JS template for the content of date time control.
WP_Customize_Date_Time_Control::json
Export data to JS.
WP_Customize_Date_Time_Control::render_content
Don’t render the control’s content – it’s rendered with a JS template.
Advertisement
WP_Customize_Custom_CSS_Setting::update
Store the CSS setting value in the custom_css custom post type for the stylesheet.
WP_Customize_Custom_CSS_Setting::validate
Validate CSS.
WP_Customize_Custom_CSS_Setting::value
Fetch the value of the setting. Will return the previewed value when `preview()` is called.
WP_Customize_Custom_CSS_Setting::filter_previewed_wp_get_custom_css
Filter `wp_get_custom_css` for applying the customized value.
Advertisement
WP_Customize_Custom_CSS_Setting::preview
Add filter to preview post value.
WP_Customize_Custom_CSS_Setting::__construct
WP_Customize_Custom_CSS_Setting constructor.
WP_Customize_Cropped_Image_Control::to_json
Refresh the parameters passed to the JavaScript via JSON.
WP_Customize_Cropped_Image_Control::enqueue
Enqueue control related scripts/styles.
Advertisement
WP_Customize_Color_Control::content_template
Render a JS template for the content of the color picker control.
WP_Customize_Color_Control::render_content
Don’t render the control content from PHP, as it’s rendered via JS on load.
WP_Customize_Color_Control::to_json
Refresh the parameters passed to the JavaScript via JSON.