apply_filters( 'load_default_widgets', bool $wp_maybe_load_widgets )

Filters whether to load the Widgets library.


Description Description

Passing a falsey value to the filter will effectively short-circuit the Widgets library from loading.


Parameters Parameters

$wp_maybe_load_widgets

(bool) Whether to load the Widgets library. Default true.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.