WP_Customize_Manager
Methods
1 to 30 of 92
- WP_Customize_Manager::__construct() – Constructor.
- WP_Customize_Manager::_cmp_priority() – Helper function to compare two objects by priority, ensuring sort stability via instance_number.
- WP_Customize_Manager::_publish_changeset_values() – Publish changeset values.
- WP_Customize_Manager::_render_custom_logo_partial() – Callback for rendering the custom logo, used in the custom_logo partial.
- WP_Customize_Manager::_sanitize_header_textcolor() – Callback for validating the header_textcolor value.
- WP_Customize_Manager::_save_starter_content_changeset() – Save starter content changeset.
- WP_Customize_Manager::_validate_header_video() – Callback for validating the header_video value.
- WP_Customize_Manager::add_control() – Add a customize control.
- WP_Customize_Manager::add_dynamic_settings() – Register any dynamically-created settings, such as those from $_POST[’customized’] that have no corresponding setting created.
- WP_Customize_Manager::add_panel() – Add a customize panel.
- WP_Customize_Manager::add_section() – Add a customize section.
- WP_Customize_Manager::add_setting() – Add a customize setting.
- WP_Customize_Manager::add_state_query_params() – Add customize state query params to a given URL if preview is allowed.
- WP_Customize_Manager::after_setup_theme() – Callback to validate a theme once it is loaded
- WP_Customize_Manager::autosaved() – Gets whether data from a changeset’s autosaved revision should be loaded if it exists.
- WP_Customize_Manager::branching() – Whether the changeset branching is allowed.
- WP_Customize_Manager::changeset_data() – Get changeset data.
- WP_Customize_Manager::changeset_post_id() – Get the changeset post id for the loaded changeset.
- WP_Customize_Manager::changeset_uuid() – Get the changeset UUID.
- WP_Customize_Manager::check_changeset_lock_with_heartbeat() – Check locked changeset with heartbeat API.
- WP_Customize_Manager::containers() – Get the registered containers.
- WP_Customize_Manager::controls() – Get the registered controls.
- WP_Customize_Manager::current_theme() – Filters the current theme and return the name of the previewed theme.
- WP_Customize_Manager::customize_preview_base() – Print base element for preview frame.
- WP_Customize_Manager::customize_preview_html5() – Print a workaround to handle HTML5 tags in IE < 9.
- WP_Customize_Manager::customize_preview_loading_style() – Print CSS for loading indicators for the Customizer preview.
- WP_Customize_Manager::customize_preview_override_404_status() – Prevent sending a 404 status when returning the response for the customize preview, since it causes the jQuery Ajax to fail. Send 200 instead.
- WP_Customize_Manager::customize_preview_settings() – Prints JavaScript settings for preview frame.
- WP_Customize_Manager::customize_preview_signature() – Prints a signature so we can ensure the Customizer was properly executed.
- WP_Customize_Manager::dismiss_user_auto_draft_changesets() – Dismiss all of the current user’s auto-drafts (other than the present one).