Tribe__Events__Community__Tickets__Gateway__Abstract::has_site_fee_flat()

returns whether or not the site has a flat fee enabled


Return

(boolean)


Top ↑

Source

File: src/Tribe/Gateway/Abstract.php

	public function has_site_fee_flat() {
		return tribe( 'community-tickets.fees' )->is_flat_fee( $this->site_fee_type );
	}

Top ↑

Changelog

Changelog
Version Description
4.6.2 Introduced.