bbp_allow_super_mods

bbp_allow_super_mods

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_allow_super_mods') is found 1 times:

  • /includes/core/options.php line 436
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    */
    function bbp_allow_super_mods( $default = 0 ) {
     
        // Filter & return
        return (bool) apply_filters( 'bbp_allow_super_mods', (bool) get_option( '_bbp_allow_super_mods', $default ) );
    }
     
    /**
     * Is forum-wide searching allowed
     *
     * @since 2.4.0 bbPress (r4970)