bbp_thread_replies_depth_max

bbp_thread_replies_depth_max

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_thread_replies_depth_max') is found 1 times:

  • /includes/admin/settings.php line 885
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    */
    function bbp_admin_setting_callback_thread_replies_depth() {
     
        // Set maximum depth for dropdown
        $max_depth     = (int) apply_filters( 'bbp_thread_replies_depth_max', 10 );
        $current_depth = bbp_thread_replies_depth();
     
        // Start an output buffer for the select dropdown
        ob_start(); ?>
     
        </label>