Falcon_Connector_bbPress::is_allowed_type PHP Méthode

is_allowed_type() protected méthode

protected is_allowed_type ( $type )
    protected function is_allowed_type($type)
    {
        $allowed = array('bbp_topic');
        return in_array($type, $allowed);
    }