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 39

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

Used by 0 functions | Uses 3 functions

WP_Customize_Widgets::filter_option_sidebars_widgets_for_theme_switch()

Method: Filters sidebars_widgets option for theme switch.

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

Used by 0 functions | Uses 0 functions

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

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

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::get_available_widgets()

Method: Builds up an index of all available widgets for use in Backbone models.

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

Used by 2 functions | Uses 6 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:1924

Used by 1 function | Uses 0 functions

WP_Customize_Widgets::get_captured_options()

Method: Retrieves captured widget option updates.

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

Used by 1 function | Uses 0 functions

WP_Customize_Widgets::get_instance_hash_key()

Method: Retrieves MAC for a serialized widget instance string.

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

Used by 2 functions | Uses 1 function

WP_Customize_Widgets::get_post_value()

Method: Retrieves an unslashed post value or return a default.

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

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

Used by 3 functions | Uses 1 function

WP_Customize_Widgets::get_setting_args()

Method: Retrieves common arguments to supply when constructing a Customizer setting.

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

Used by 2 functions | Uses 4 functions

WP_Customize_Widgets::get_setting_id()

Method: Converts a widget_id into its corresponding Customizer setting ID (option name).

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

Used by 4 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::get_widget_control()

Method: Retrieves the widget control markup.

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

Used by 2 functions | Uses 0 functions

WP_Customize_Widgets::get_widget_control_parts()

Method: Retrieves the widget control markup parts.

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

Used by 0 functions | Uses 1 function

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

Used by 1 function | Uses 0 functions

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

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

Used by 0 functions | Uses 0 functions

WP_Customize_Widgets::is_wide_widget()

Method: Determines whether the widget is considered “wide”.

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

Used by 2 functions | Uses 3 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:1222

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

Used by 2 functions | Uses 1 function

WP_Customize_Widgets::output_widget_control_templates()

Method: Renders the widget form control templates into the DOM.

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

Used by 0 functions | Uses 6 functions

WP_Customize_Widgets::override_sidebars_widgets_for_theme_switch()

Method: Override sidebars_widgets for theme switch.

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

Used by 0 functions | Uses 3 functions

WP_Customize_Widgets::parse_widget_id()

Method: Converts a widget ID into its id_base and number components.

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

Used by 4 functions | Uses 0 functions

WP_Customize_Widgets::parse_widget_setting_id()

Method: Converts a widget setting ID (option path) to its id_base and number components.

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

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::prepreview_added_sidebars_widgets()

Method: {@internal Missing Summary}

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

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::prepreview_added_widget_instance()

Method: {@internal Missing Summary}

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

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::preview_sidebars_widgets()

Method: When previewing, ensures the proper previewing widgets are used.

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

Used by 0 functions | Uses 1 function

WP_Customize_Widgets::print_footer_scripts()

Method: Calls admin_print_footer_scripts and admin_print_scripts hooks to allow custom scripts from plugins.

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

Used by 0 functions | Uses 2 functions

WP_Customize_Widgets::print_preview_css()

Method: Inserts default style for highlighted widget at early point so theme stylesheet can override.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 38 39 40 … 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