bbp_get_topic_excerpt

bbp_get_topic_excerpt

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_excerpt') is found 1 times:

  • /includes/topics/template.php line 726
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
                $excerpt .= '…';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_excerpt', $excerpt, $topic_id, $length );
        }
     
    /**
     * Output the post date and time of a topic
     *
     * @since 2.2.0 bbPress (r4155)