Skip to content
  • Log In
  • Register
WordPress.org
  • News
  • Download & Extend
    • Get WordPress
    • Themes
    • Patterns
    • Plugins
    • Openverse
    • Mobile
    • Hosting
  • Learn
    • Learn WordPress
    • Documentation
    • Forums
    • WordPress.tv
    • Developers
  • Community
    • Make WordPress
    • WordCamp
    • Meetups
    • Photo Directory
    • Job Board
    • Five for the Future
  • About
    • About WordPress
    • Showcase
    • Gutenberg
    • Enterprise
  • Get WordPress
Get WordPress

Developer Resources

Browse: Home / Reference / wp-includes/class-wp-customize-widgets.php

WP_Customize_Widgets::should_load_block_editor_scripts_and_styles()

Method: Tells the script loader to load the scripts and styles of custom blocks if the widgets block editor is enabled.

Source: wp-includes/class-wp-customize-widgets.php:1198

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::start_dynamic_sidebar()

Method: Begins keeping track of the current sidebar being rendered.

Source: wp-includes/class-wp-customize-widgets.php:1902

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::end_dynamic_sidebar()

Method: Finishes keeping track of the current sidebar being rendered.

Source: wp-includes/class-wp-customize-widgets.php:1922

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::filter_sidebars_widgets_for_rendering_widget()

Method: Filters sidebars_widgets to ensure the currently-rendered widget is the only widget in the current sidebar.

Source: wp-includes/class-wp-customize-widgets.php:1953

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::render_widget_partial()

Method: Renders a specific widget using the supplied sidebar arguments.

Source: wp-includes/class-wp-customize-widgets.php:1974

Used by 0 functions | Uses 4 functions

WP_Customize_Widgets::filter_dynamic_sidebar_params()

Method: Inject selective refresh data attributes into widget container elements.

Source: wp-includes/class-wp-customize-widgets.php:1780

Used by 0 functions | Uses 3 functions

WP_Customize_Widgets::filter_wp_kses_allowed_data_attributes()

Method: Ensures the HTML data-* attributes for selective refresh are allowed by kses.

Source: wp-includes/class-wp-customize-widgets.php:1845

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::customize_dynamic_partial_args()

Method: Filters arguments for dynamic widget partials.

Source: wp-includes/class-wp-customize-widgets.php:1726

Used by 0 functions | Uses 2 functions

WP_Customize_Widgets::selective_refresh_init()

Method: Adds hooks for selective refresh.

Source: wp-includes/class-wp-customize-widgets.php:1755

Used by 0 functions | Uses 3 functions

WP_Customize_Widgets::get_selective_refreshable_widgets()

Method: List whether each registered widget can be use selective refresh.

Source: wp-includes/class-wp-customize-widgets.php:146

Used by 3 functions | Uses 1 function

WP_Customize_Widgets::is_widget_selective_refreshable()

Method: Determines if a widget supports selective refresh.

Source: wp-includes/class-wp-customize-widgets.php:168

Used by 2 functions | Uses 1 function

WP_Customize_Widgets::get_widget_control_parts()

Method: Retrieves the widget control markup parts.

Source: wp-includes/class-wp-customize-widgets.php:1144

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::is_panel_active()

Method: Determines whether the widgets panel is active, based on whether there are sidebars registered.

Source: wp-includes/class-wp-customize-widgets.php:559

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::get_captured_option()

Method: Retrieves the option that was captured from being saved.

Source: wp-includes/class-wp-customize-widgets.php:2065

Used by 1 function | Uses 0 functions

WP_Customize_Widgets::refresh_nonces()

Method: Refreshes the nonce for widget updates.

Source: wp-includes/class-wp-customize-widgets.php:1184

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::get_setting_type()

Method: Retrieves the widget setting type given a setting ID.

Source: wp-includes/class-wp-customize-widgets.php:181

Used by 2 functions | Uses 0 functions

WP_Customize_Widgets::register_settings()

Method: Inspects the incoming customized data for any widget settings, and dynamically adds them up-front so widgets will be initialized properly.

Source: wp-includes/class-wp-customize-widgets.php:200

Used by 0 functions | Uses 3 functions

WP_Customize_Widgets::filter_customize_dynamic_setting_args()

Method: Determines the arguments for a dynamically-created setting.

Source: wp-includes/class-wp-customize-widgets.php:230

Used by 0 functions | Uses 2 functions

WP_Customize_Widgets::is_widget_rendered()

Method: Determine if a widget is rendered on the page.

Source: wp-includes/class-wp-customize-widgets.php:1320

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::is_sidebar_rendered()

Method: Determines if a sidebar is rendered on the page.

Source: wp-includes/class-wp-customize-widgets.php:1332

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::wp_ajax_update_widget()

Method: Updates widget settings asynchronously.

Source: wp-includes/class-wp-customize-widgets.php:1662

Used by 0 functions | Uses 12 functions

WP_Customize_Widgets::is_option_capture_ignored()

Method: Determines whether the captured option update should be ignored.

Source: wp-includes/class-wp-customize-widgets.php:2041

Used by 1 function | Uses 0 functions

WP_Customize_Widgets::export_preview_data()

Method: Communicates the sidebars that appeared on the page at the very end of the page, and at the very end of the wp_footer,

Source: wp-includes/class-wp-customize-widgets.php:1264

Used by 0 functions | Uses 6 functions

WP_Customize_Widgets::get_captured_options()

Method: Retrieves captured widget option updates.

Source: wp-includes/class-wp-customize-widgets.php:2052

Used by 1 function | Uses 0 functions

WP_Customize_Widgets::tally_rendered_widgets()

Method: Tracks the widgets that were rendered.

Source: wp-includes/class-wp-customize-widgets.php:1308

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::count_captured_options()

Method: Retrieves the number of captured widget option updates.

Source: wp-includes/class-wp-customize-widgets.php:2081

Used by 1 function | Uses 0 functions

WP_Customize_Widgets::tally_sidebars_via_is_active_sidebar_calls()

Method: Tallies the sidebars rendered via is_active_sidebar() .

Source: wp-includes/class-wp-customize-widgets.php:1349

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::start_capturing_option_updates()

Method: Begins keeping track of changes to widget options, caching new values.

Source: wp-includes/class-wp-customize-widgets.php:2090

Used by 1 function | Uses 1 function

WP_Customize_Widgets::tally_sidebars_via_dynamic_sidebar_calls()

Method: Tallies the sidebars rendered via dynamic_sidebar() .

Source: wp-includes/class-wp-customize-widgets.php:1375

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::capture_filter_pre_update_option()

Method: Pre-filters captured option values before updating.

Source: wp-includes/class-wp-customize-widgets.php:2110

Used by 0 functions | Uses 2 functions
1 2 3 Next
  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Code is Poetry