Automattic\WooCommerce\Blocks\Templates
ComingSoonTemplate::is_active_template
True when viewing the coming soon page.
Метод класса: ComingSoonTemplate{}
Хуков нет.
Возвращает
true|false.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->is_active_template();
Код ComingSoonTemplate::is_active_template() ComingSoonTemplate::is active template WC 10.7.0
protected function is_active_template() {
return false;
}