Automattic\WooCommerce\Internal\Admin\EmailImprovements
EmailImprovements::should_notify_merchant_about_email_improvements
Check if we should notice the merchant about email improvements.
Метод класса: EmailImprovements{}
Хуков нет.
Возвращает
true|false. True if we should notice the merchant about email improvements, false otherwise.
Использование
$result = EmailImprovements::should_notify_merchant_about_email_improvements();
Код EmailImprovements::should_notify_merchant_about_email_improvements() EmailImprovements::should notify merchant about email improvements WC 11.0.0
public static function should_notify_merchant_about_email_improvements() {
return ! FeaturesUtil::feature_is_enabled( 'email_improvements' );
}