_wp_block_theme_register_classic_sidebars()
Function: Registers the previous theme’s sidebars for the block themes.
Source: wp-includes/widgets.php:2117
Function: Registers the previous theme’s sidebars for the block themes.
Source: wp-includes/widgets.php:2117
Function: Retrieves the registered sidebar with the given ID.
Source: wp-includes/widgets.php:1052
Function: Displays a _doing_it_wrong() message for conflicting widget editor scripts.
Source: wp-includes/widgets.php:2073
Function: Finds the sidebar that a given widget belongs to.
Source: wp-includes/widgets.php:1922
Function: Assigns a widget to the given sidebar.
Source: wp-includes/widgets.php:1942
Function: Calls the render callback of a widget and returns the output.
Source: wp-includes/widgets.php:1971
Function: Calls the control callback of a widget and returns the output.
Source: wp-includes/widgets.php:2036
Function: Enables the widgets block editor. This is hooked into ‘after_setup_theme’ so that the block editor is enabled by default but can be disabled by themes.
Source: wp-includes/widgets.php:1865
Function: Whether or not to use the block editor to manage widgets. Defaults to true unless a theme has removed support for widgets-block-editor or a plugin has filtered the return value of this function.
Source: wp-includes/widgets.php:1878
Filter Hook: Filters whether to use the block editor to manage widgets.
Source: wp-includes/widgets.php:1886
Function: Converts a widget ID into its id_base and number components.
Source: wp-includes/widgets.php:1900
Filter Hook: Filters the sidebar default arguments.
Source: wp-includes/widgets.php:290
Function: Compares a list of sidebars with their widgets against an allowed list.
Source: wp-includes/widgets.php:1547
Function: Compares a list of sidebars with their widgets against an allowed list.
Source: wp-includes/widgets.php:1372
Function: Checks if a sidebar is registered.
Source: wp-includes/widgets.php:347
Action Hook: Fires after all default WordPress widgets have been registered.
Source: wp-includes/widgets.php:1854
Function: Display the RSS entries in a list.
Source: wp-includes/widgets.php:1569
Function: Display RSS widget options form.
Source: wp-includes/widgets.php:1680
Function: Process RSS feed widget data and optionally retrieve feed items.
Source: wp-includes/widgets.php:1765
Function: Registers all of the default WordPress widgets on startup.
Source: wp-includes/widgets.php:1804
Function: Handle sidebars config after theme change
Source: wp-includes/widgets.php:1280
Function: Validates and remaps any “orphaned” widgets to wp_inactive_widgets sidebar, and saves the widget settings. This has to run at least on each theme change.
Source: wp-includes/widgets.php:1313
Filter Hook: Filters whether a sidebar has widgets.
Source: wp-includes/widgets.php:870
Action Hook: Fires before rendering the requested widget.
Source: wp-includes/widgets.php:1254
Function: Determines whether a given widget is displayed on the front end.
Source: wp-includes/widgets.php:904
Function: Retrieves the widget ID base value.
Source: wp-includes/widgets.php:1268
Function: Determines whether the dynamic sidebar is enabled and used by the theme.
Source: wp-includes/widgets.php:943
Function: Determines whether a sidebar contains widgets.
Source: wp-includes/widgets.php:973
Filter Hook: Filters whether a dynamic sidebar is considered “active”.
Source: wp-includes/widgets.php:987
Function: Remove control callback for widget.
Source: wp-includes/widgets.php:668