bbp_get_reply_excerpt

bbp_get_reply_excerpt

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_excerpt') is found 1 times:

  • /includes/replies/template.php line 635
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
                $excerpt .= '…';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_reply_excerpt', $excerpt, $reply_id, $length );
        }
     
    /**
     * Output the post date and time of a reply
     *
     * @since 2.2.0 bbPress (r4155)