• About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register

WordPress.org

  • Showcase
  • Learn
  • Themes
  • Plugins
  • Mobile
  • Support
    • Documentation
    • Forums
  • Get Involved
    • Five for the Future
  • About
  • Blog
  • Hosting
  • Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Reference / wp-includes/class-wp-customize-manager.php

WP_Customize_Manager::preserve_insert_changeset_post_content()

Method: Preserve the initial JSON post_content passed to save into the post.

Source: wp-includes/class-wp-customize-manager.php:3023

Used by 0 functions | Uses 1 function

WP_Customize_Manager::handle_load_themes_request()

Method: Load themes into the theme browsing/installation UI.

Source: wp-includes/class-wp-customize-manager.php:5771

Used by 0 functions | Uses 24 functions

customize_load_themes

Filter Hook: Filters the theme data loaded in the customizer.

Source: wp-includes/class-wp-customize-manager.php:5928

Used by 1 function | Uses 0 functions

WP_Customize_Manager::handle_dismiss_autosave_or_lock_request()

Method: Delete a given auto-draft changeset or the autosave revision for a given changeset or delete changeset lock.

Source: wp-includes/class-wp-customize-manager.php:3674

Used by 0 functions | Uses 14 functions

WP_Customize_Manager::get_lock_user_data()

Method: Get lock user data.

Source: wp-includes/class-wp-customize-manager.php:3305

Used by 4 functions | Uses 2 functions

WP_Customize_Manager::check_changeset_lock_with_heartbeat()

Method: Check locked changeset with heartbeat API.

Source: wp-includes/class-wp-customize-manager.php:3330

Used by 0 functions | Uses 7 functions

WP_Customize_Manager::handle_override_changeset_lock_request()

Method: Removes changeset lock when take over request is sent via Ajax.

Source: wp-includes/class-wp-customize-manager.php:3362

Used by 0 functions | Uses 9 functions

WP_Customize_Manager::trash_changeset_post()

Method: Trash or delete a changeset post.

Source: wp-includes/class-wp-customize-manager.php:3055

Used by 1 function | Uses 19 functions

WP_Customize_Manager::handle_changeset_trash_request()

Method: Handle request to trash a changeset.

Source: wp-includes/class-wp-customize-manager.php:3123

Used by 0 functions | Uses 14 functions

WP_Customize_Manager::grant_edit_post_capability_for_changeset()

Method: Re-map ‘edit_post’ meta cap for a customize_changeset post to be the same as ‘customize’ maps.

Source: wp-includes/class-wp-customize-manager.php:3225

Used by 0 functions | Uses 3 functions

WP_Customize_Manager::set_changeset_lock()

Method: Marks the changeset post as being currently edited by the current user.

Source: wp-includes/class-wp-customize-manager.php:3241

Used by 3 functions | Uses 4 functions

WP_Customize_Manager::refresh_changeset_lock()

Method: Refreshes changeset lock with the current time if current user edited the changeset before.

Source: wp-includes/class-wp-customize-manager.php:3265

Used by 2 functions | Uses 3 functions

WP_Customize_Manager::add_customize_screen_to_heartbeat_settings()

Method: Filters heartbeat settings for the Customizer.

Source: wp-includes/class-wp-customize-manager.php:3289

Used by 0 functions | Uses 0 functions

WP_Customize_Manager::dismiss_user_auto_draft_changesets()

Method: Dismiss all of the current user’s auto-drafts (other than the present one).

Source: wp-includes/class-wp-customize-manager.php:1059

Used by 2 functions | Uses 3 functions

WP_Customize_Manager::get_changeset_posts()

Method: Get changeset posts.

Source: wp-includes/class-wp-customize-manager.php:1021

Used by 3 functions | Uses 2 functions

WP_Customize_Manager::branching()

Method: Whether the changeset branching is allowed.

Source: wp-includes/class-wp-customize-manager.php:772

Used by 3 functions | Uses 2 functions

customize_changeset_branching

Filter Hook: Filters whether or not changeset branching is allowed.

Source: wp-includes/class-wp-customize-manager.php:799

Used by 1 function | Uses 0 functions

WP_Customize_Manager::settings_previewed()

Method: Gets whether settings are or will be previewed.

Source: wp-includes/class-wp-customize-manager.php:746

Used by 1 function | Uses 0 functions

WP_Customize_Manager::autosaved()

Method: Gets whether data from a changeset’s autosaved revision should be loaded if it exists.

Source: wp-includes/class-wp-customize-manager.php:759

Used by 3 functions | Uses 0 functions

WP_Customize_Manager::establish_loaded_changeset()

Method: Establish the loaded changeset.

Source: wp-includes/class-wp-customize-manager.php:612

Used by 1 function | Uses 9 functions

WP_Customize_Manager::_sanitize_external_header_video()

Method: Callback for sanitizing the external_header_video value.

Source: wp-includes/class-wp-customize-manager.php:6083

Used by 0 functions | Uses 1 function

WP_Customize_Manager::_sanitize_background_setting()

Method: Callback for validating a background setting value.

Source: wp-includes/class-wp-customize-manager.php:5967

Used by 0 functions | Uses 3 functions

WP_Customize_Manager::export_header_video_settings()

Method: Export header video settings to facilitate selective refresh.

Source: wp-includes/class-wp-customize-manager.php:6010

Used by 0 functions | Uses 1 function

WP_Customize_Manager::_validate_header_video()

Method: Callback for validating the header_video value.

Source: wp-includes/class-wp-customize-manager.php:6029

Used by 0 functions | Uses 3 functions

WP_Customize_Manager::_validate_external_header_video()

Method: Callback for validating the external_header_video value.

Source: wp-includes/class-wp-customize-manager.php:6065

Used by 0 functions | Uses 2 functions

WP_Customize_Manager::has_published_pages()

Method: Return whether there are published pages.

Source: wp-includes/class-wp-customize-manager.php:5741

Used by 0 functions | Uses 3 functions

WP_Customize_Manager::get_messenger_channel()

Method: Get messenger channel.

Source: wp-includes/class-wp-customize-manager.php:4636

Used by 0 functions | Uses 0 functions

WP_Customize_Manager::is_cross_domain()

Method: Determines whether the admin and the frontend are on different domains.

Source: wp-includes/class-wp-customize-manager.php:4589

Used by 3 functions | Uses 3 functions

WP_Customize_Manager::get_allowed_urls()

Method: Get URLs allowed to be previewed.

Source: wp-includes/class-wp-customize-manager.php:4610

Used by 3 functions | Uses 5 functions

WP_Customize_Manager::_filter_revision_post_has_changed()

Method: Filters whether a changeset has changed to create a new revision.

Source: wp-includes/class-wp-customize-manager.php:3421

Used by 0 functions | Uses 0 functions
1 2 … 5 Next »
  • About
  • Blog
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.