bbp_is_large_install

bbp_is_large_install

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_large_install') is found 1 times:

  • /includes/core/abstraction.php line 345
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
            ? wp_is_large_network( 'users' )
            : ( bbp_get_total_users() > 10000 );
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_large_install', $retval );
    }
     
    /**
     * Get the total number of users on the forums
     *
     * @since 2.0.0 bbPress (r2769)