load_default_widgets

load_default_widgets

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('load_default_widgets') is found 1 times:

  • /wp-includes/functions.php line 5420
    5416
    5417
    5418
    5419
    5420
    5421
    5422
    5423
    5424
    5425
    5426
    *
     * @param bool $wp_maybe_load_widgets Whether to load the Widgets library.
     *                                    Default true.
     */
    if ( ! apply_filters( 'load_default_widgets', true ) ) {
        return;
    }
     
    require_once ABSPATH . WPINC . '/default-widgets.php';
     
    add_action( '_admin_menu', 'wp_widgets_add_menu' );