WordPress.org

  • Showcase
  • Themes
  • Plugins
  • Mobile
  • Support
    • Documentation
    • Forums
  • Get Involved
  • About
  • Blog
  • Hosting
  • Get WordPress

Code Reference

Skip to content
    Filter by type:
    Search
    Browse: Home / Methods / Page 32

    WP_Customize_Manager::setup_theme()

    Method: Start preview and customize theme.

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

    Used by 0 functions | Uses 17 functions

    WP_Customize_Manager::set_autofocus()

    Method: Set the autofocused constructs.

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

    Used by 0 functions | Uses 1 function

    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:3140

    Used by 3 functions | Uses 4 functions

    WP_Customize_Manager::set_post_value()

    Method: Override a setting’s value in the current customized state.

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

    Used by 2 functions | Uses 4 functions

    WP_Customize_Manager::set_preview_url()

    Method: Set the initial URL to be previewed.

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

    Used by 0 functions | Uses 3 functions

    WP_Customize_Manager::set_return_url()

    Method: Set URL to link the user to when closing the Customizer.

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

    Used by 0 functions | Uses 4 functions

    WP_Customize_Manager::start_previewing_theme()

    Method: If the theme to be previewed isn’t the active theme, add filter callbacks to swap it out at runtime.

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

    Used by 2 functions | Uses 5 functions

    WP_Customize_Manager::stop_previewing_theme()

    Method: Stop previewing the selected theme.

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

    Used by 1 function | Uses 5 functions

    WP_Customize_Manager::theme()

    Method: Get the theme being customized.

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

    Used by 5 functions | Uses 1 function

    WP_Customize_Manager::trash_changeset_post()

    Method: Trash or delete a changeset post.

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

    Used by 1 function | Uses 18 functions

    WP_Customize_Manager::unsanitized_post_values()

    Method: Get dirty pre-sanitized setting values in the current customized state.

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

    Used by 7 functions | Uses 8 functions

    WP_Customize_Manager::update_stashed_theme_mod_settings()

    Method: Update stashed theme mod settings.

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

    Used by 1 function | Uses 3 functions

    WP_Customize_Manager::validate_setting_values()

    Method: Validates setting values.

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

    Used by 2 functions | Uses 7 functions

    WP_Customize_Manager::wp_die()

    Method: Custom wp_die wrapper. Returns either the standard message for UI or the Ajax message.

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

    Used by 2 functions | Uses 7 functions

    WP_Customize_Manager::wp_die_handler()

    Method: Return the Ajax wp_die() handler if it’s a customized request.

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

    Used by 0 functions | Uses 2 functions

    WP_Customize_Manager::wp_loaded()

    Method: Register styles/scripts and initialize the preview of each setting

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

    Used by 0 functions | Uses 9 functions

    WP_Customize_Manager::wp_redirect_status()

    Method: Prevents Ajax requests from following redirects when previewing a theme by issuing a 200 response instead of a 30x.

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

    Used by 0 functions | Uses 3 functions

    WP_Customize_Manager::_cmp_priority()

    Method: Helper function to compare two objects by priority, ensuring sort stability via instance_number.

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

    Used by 0 functions | Uses 1 function

    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:3321

    Used by 0 functions | Uses 0 functions

    WP_Customize_Manager::_publish_changeset_values()

    Method: Publish changeset values.

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

    Used by 0 functions | Uses 18 functions

    WP_Customize_Manager::_render_custom_logo_partial()

    Method: Callback for rendering the custom logo, used in the custom_logo partial.

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

    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:5870

    Used by 0 functions | Uses 3 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:5986

    Used by 0 functions | Uses 1 function

    WP_Customize_Manager::_sanitize_header_textcolor()

    Method: Callback for validating the header_textcolor value.

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

    Used by 0 functions | Uses 2 functions

    WP_Customize_Manager::_save_starter_content_changeset()

    Method: Save starter content changeset.

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

    Used by 1 function | Uses 1 function

    WP_Customize_Manager::_validate_external_header_video()

    Method: Callback for validating the external_header_video value.

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

    Used by 0 functions | Uses 2 functions

    WP_Customize_Manager::_validate_header_video()

    Method: Callback for validating the header_video value.

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

    Used by 0 functions | Uses 3 functions

    WP_Customize_Manager::__construct()

    Method: Constructor.

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

    Used by 2 functions | Uses 15 functions

    WP_Customize_Media_Control::content_template()

    Method: Render a JS template for the content of the media control.

    Source: wp-includes/customize/class-wp-customize-media-control.php:132

    Used by 0 functions | Uses 0 functions

    WP_Customize_Media_Control::enqueue()

    Method: Enqueue control related scripts/styles.

    Source: wp-includes/customize/class-wp-customize-media-control.php:64

    Used by 0 functions | Uses 1 function
    « Previous 1 … 31 32 33 … 49 Next »
    • About
    • Blog
    • Hosting
    • Donate
    • Support
    • Developers
    • Get Involved
    • Showcase
    • Plugins
    • Themes
    • WordCamp
    • WordPress.TV
    • BuddyPress
    • bbPress
    • WordPress.com
    • Matt
    • Privacy
    • Public Code
    • @WordPress
    • WordPress

    Code is Poetry.

    Skip to toolbar
    • About WordPress
      • About WordPress
      • WordPress.org
      • Documentation
      • Support
      • Feedback
    • Log In
    • Register