bp_activity_recurse_comments_template

bp_activity_recurse_comments_template

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_activity_recurse_comments_template') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2163
    					 * @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 );
    				}