WC_Install::enable_customer_stock_notifications_signups
Enable customer stock notifications signups by default for new shops.
Метод класса: WC_Install{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = WC_Install::enable_customer_stock_notifications_signups();
Список изменений
| С версии 0.0.0 | Введена. |
Код WC_Install::enable_customer_stock_notifications_signups() WC Install::enable customer stock notifications signups WC 11.0.1
public static function enable_customer_stock_notifications_signups() {
update_option( 'woocommerce_back_in_stock_allow_signups', 'yes' );
}