_wp_block_theme_register_classic_sidebars()
Function: Registers the previous theme’s sidebars for the block themes.
Source: wp-includes/widgets.php:2121
Function: Registers the previous theme’s sidebars for the block themes.
Source: wp-includes/widgets.php:2121
Function: Retrieves the registered sidebar with the given ID.
Source: wp-includes/widgets.php:1056
Function: Displays a _doing_it_wrong() message for conflicting widget editor scripts.
Source: wp-includes/widgets.php:2077
Function: Finds the sidebar that a given widget belongs to.
Source: wp-includes/widgets.php:1926
Function: Assigns a widget to the given sidebar.
Source: wp-includes/widgets.php:1946
Function: Calls the render callback of a widget and returns the output.
Source: wp-includes/widgets.php:1975
Function: Calls the control callback of a widget and returns the output.
Source: wp-includes/widgets.php:2040
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:1869
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:1882
Filter Hook: Filters whether to use the block editor to manage widgets.
Source: wp-includes/widgets.php:1890
Function: Converts a widget ID into its id_base and number components.
Source: wp-includes/widgets.php:1904
Filter Hook: Filters the sidebar default arguments.
Source: wp-includes/widgets.php:292
Function: Compares a list of sidebars with their widgets against an allowed list.
Source: wp-includes/widgets.php:1551
Function: Compares a list of sidebars with their widgets against an allowed list.
Source: wp-includes/widgets.php:1376
Function: Checks if a sidebar is registered.
Source: wp-includes/widgets.php:349
Action Hook: Fires after all default WordPress widgets have been registered.
Source: wp-includes/widgets.php:1858
Function: Display the RSS entries in a list.
Source: wp-includes/widgets.php:1573
Function: Display RSS widget options form.
Source: wp-includes/widgets.php:1684
Function: Process RSS feed widget data and optionally retrieve feed items.
Source: wp-includes/widgets.php:1769
Function: Registers all of the default WordPress widgets on startup.
Source: wp-includes/widgets.php:1808
Function: Handle sidebars config after theme change
Source: wp-includes/widgets.php:1284
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:1317
Filter Hook: Filters whether a sidebar has widgets.
Source: wp-includes/widgets.php:872
Action Hook: Fires before rendering the requested widget.
Source: wp-includes/widgets.php:1258
Function: Determines whether a given widget is displayed on the front end.
Source: wp-includes/widgets.php:906
Function: Retrieves the widget ID base value.
Source: wp-includes/widgets.php:1272
Function: Determines whether the dynamic sidebar is enabled and used by the theme.
Source: wp-includes/widgets.php:945
Function: Determines whether a sidebar contains widgets.
Source: wp-includes/widgets.php:975
Filter Hook: Filters whether a dynamic sidebar is considered “active”.
Source: wp-includes/widgets.php:989
Function: Remove control callback for widget.
Source: wp-includes/widgets.php:670