apply_filters( 'load_default_widgets', bool $wp_maybe_load_widgets )
Filters whether to load the Widgets library.
Description
Passing a falsey value to the filter will effectively short-circuit the Widgets library from loading.
Parameters
- $wp_maybe_load_widgets
-
Whether to load the Widgets library. Default true.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |