bp_core_retain_legacy_widgets

bp_core_retain_legacy_widgets

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.11.4.0

apply_filters('bp_core_retain_legacy_widgets') is found 1 times:

  • /bp-core/bp-core-widgets.php line 39
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
         * @since 10.0.0
         *
         * @param bool $retain_legacy_widgets False if BuddyPress shouldn't load Legacy Widgets. True otherwise.
         */
        return apply_filters( 'bp_core_retain_legacy_widgets', $retain_legacy_widgets );
    }
     
    /**
     * Registers the Login widget.
     *
     * @since 10.0.0