bp_activity_recurse_comments_template

bp_activity_recurse_comments_template

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_activity_recurse_comments_template') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2163
    2159
    2160
    2161
    2162
    2163
    2164
    2165
    2166
    2167
    2168
         * @since 12.0.0
         *
         * @param false $template False to inform the template wasn't found.
         */
        $template = apply_filters( 'bp_activity_recurse_comments_template', $template );
    }
     
    if ( $template ) {
        load_template( $template, false );
    }