Automattic\WooCommerce\Blocks\Templates

ComingSoonTemplate::is_active_template()protectedWC 1.0

True when viewing the coming soon page.

Метод класса: ComingSoonTemplate{}

Хуков нет.

Возвращает

true|false.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->is_active_template();

Код ComingSoonTemplate::is_active_template() WC 9.8.5

protected function is_active_template() {
	return false;
}