bbp_has_replies

bbp_has_replies

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_replies') is found 1 times:

  • /includes/replies/template.php line 260
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
            }
        }
     
        // Filter & return
        return apply_filters( 'bbp_has_replies', $bbp->reply_query->have_posts(), $bbp->reply_query );
    }
     
    /**
     * Whether there are more replies available in the loop
     *
     * @since 2.0.0 bbPress (r2553)