• About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register
WordPress.org
WordPress.org
  • Plugins
  • Themes
  • Patterns
  • Learn
  • Support
    • Documentation
    • Forums
  • News
  • About
  • Get Involved
    • Five for the Future
  • Showcase
  • Mobile
  • Hosting
  • Openverse
  • Get WordPress
Get WordPress

Code Reference

Skip to content
Filter by type:
Search
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:1192

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

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

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

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

Used by 0 functions | Uses 4 functions

WP_Customize_Widgets::customize_dynamic_partial_args()

Method: Filters arguments for dynamic widget partials.

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

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

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

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

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::is_widget_selective_refreshable()

Method: Determines if a widget supports selective refresh.

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

Used by 2 functions | Uses 1 function

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

Used by 3 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:1138

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

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

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

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

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

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

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

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

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::sanitize_widget_instance()

Method: Sanitizes a widget instance.

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

Used by 2 functions | Uses 6 functions

WP_Customize_Widgets::stop_capturing_option_updates()

Method: Undoes any changes to the options since options capture began.

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

Used by 1 function | Uses 1 function

WP_Customize_Widgets::sanitize_widget_js_instance()

Method: Converts a widget instance into JSON-representable format.

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

Used by 3 functions | Uses 3 functions

WP_Customize_Widgets::sanitize_sidebar_widgets_js_instance()

Method: Strips out widget IDs for widgets which are no longer registered.

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

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::call_widget_update()

Method: Finds and invokes the widget update and control callbacks.

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

Used by 1 function | Uses 13 functions

WP_Customize_Widgets::wp_ajax_update_widget()

Method: Updates widget settings asynchronously.

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

Used by 0 functions | Uses 15 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:2035

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

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

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

Used by 0 functions | Uses 0 functions
1 2 3 Next »
  • About
  • News
  • Hosting
  • Donate
  • Support
  • 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
Code is Poetry