bbp_is_topic_merge

bbp_is_topic_merge

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_topic_merge') is found 1 times:

  • /includes/common/template.php line 324
    		return true;
    	}
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_is_topic_merge', $retval );
    }
    
    /**
     * Check if current page is a topic split page
     *
     * @since 2.0.0 bbPress (r2756)