Filters whether to load the Widgets library.
Description
Returning a falsey value from the filter will effectively short-circuit the Widgets library from loading.
Parameters
$wp_maybe_load_widgets
bool- Whether to load the Widgets library.
Default true.
Source
if ( ! apply_filters( 'load_default_widgets', true ) ) {
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.