Automattic\WooCommerce\Internal\StockNotifications
Config::allows_signups
Check if signups are allowed.
Метод класса: Config{}
Хуков нет.
Возвращает
true|false.
Использование
$result = Config::allows_signups(): bool;
Код Config::allows_signups() Config::allows signups WC 10.7.0
public static function allows_signups(): bool {
return 'yes' === get_option( 'woocommerce_customer_stock_notifications_allow_signups', 'no' );
}