Automattic\WooCommerce\Internal\ComingSoon
ComingSoonHelper::is_site_live
Returns true when the entire site is live.
Метод класса: ComingSoonHelper{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ComingSoonHelper = new ComingSoonHelper(); $ComingSoonHelper->is_site_live(): bool;
Код ComingSoonHelper::is_site_live() ComingSoonHelper::is site live WC 10.8.1
public function is_site_live(): bool {
return 'yes' !== get_option( 'woocommerce_coming_soon' );
}