Skip to content
  • Log In
  • Register
WordPress.org
  • News
  • Showcase
  • Hosting
    • Themes
    • Plugins
    • Patterns
    • Blocks
    • Openverse ↗︎
    • Learn WordPress
    • Documentation
    • Forums
    • Developers
    • WordPress.tv ↗︎
    • Make WordPress
    • Photo Directory
    • Five for the Future
    • WordCamp ↗︎
    • Meetups ↗︎
    • Job Board ↗︎
    • About WordPress
    • Enterprise
    • Gutenberg ↗︎
    • Swag Store ↗︎
  • 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:1218

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Used by 0 functions | Uses 7 functions

WP_Customize_Widgets::get_captured_options()

Method: Retrieves captured widget option updates.

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

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

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

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

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

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

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

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