WP_Customize_Manager
Methods
1 to 25 of 25
- WP_Customize_Manager::_filter_revision_post_has_changed() – Filters whether a changeset has changed to create a new revision.
- WP_Customize_Manager::_sanitize_background_setting() – Callback for validating a background setting value.
- WP_Customize_Manager::_sanitize_external_header_video() – Callback for sanitizing the external_header_video value.
- WP_Customize_Manager::_validate_external_header_video() – Callback for validating the external_header_video value.
- WP_Customize_Manager::add_customize_screen_to_heartbeat_settings() – Filters heartbeat settings for the Customizer.
- WP_Customize_Manager::customize_pane_settings() – Prints JavaScript settings for parent window.
- WP_Customize_Manager::customize_preview_init() – Print JavaScript settings.
- WP_Customize_Manager::get_lock_user_data() – Gets lock user data.
- WP_Customize_Manager::get_nonces() – Get nonces for the Customizer.
- WP_Customize_Manager::get_return_url() – Gets URL to link the user to when closing the Customizer.
- WP_Customize_Manager::handle_load_themes_request() – Load themes into the theme browsing/installation UI.
- WP_Customize_Manager::has_published_pages() – Returns whether there are published pages.
- WP_Customize_Manager::import_theme_starter_content() – Import theme starter content into the customized state.
- WP_Customize_Manager::post_value() – Returns the sanitized value for a given setting from the current customized state.
- WP_Customize_Manager::refresh_changeset_lock() – Refreshes changeset lock with the current time if current user edited the changeset before.
- WP_Customize_Manager::register_controls() – Registers some default controls.
- WP_Customize_Manager::remove_preview_signature() – Removes the signature in case we experience a case where the Customizer was not properly executed.
- WP_Customize_Manager::save_changeset_post() – Save the post for the loaded changeset.
- WP_Customize_Manager::save() – Handle customize_save WP Ajax request to save/update a changeset.
- WP_Customize_Manager::set_post_value() – Overrides a setting’s value in the current customized state.
- WP_Customize_Manager::set_preview_url() – Sets the initial URL to be previewed.
- WP_Customize_Manager::set_return_url() – Sets URL to link the user to when closing the Customizer.
- WP_Customize_Manager::start_previewing_theme() – If the theme to be previewed isn’t the active theme, add filter callbacks to swap it out at runtime.
- WP_Customize_Manager::stop_previewing_theme() – Stop previewing the selected theme.
- WP_Customize_Manager::wp_loaded() – Register styles/scripts and initialize the preview of each setting