bbp_is_topic

bbp_is_topic

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_topic') is found 1 times:

  • /includes/common/template.php line 227
    		$retval = true;
    	}
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_is_topic', $retval, $post_id );
    }
    
    /**
     * Viewing a single topic
     *
     * @since 2.0.0 bbPress (r3338)