WC_Install::enable_customer_stock_notifications_signups
Enable customer stock notifications signups by default for new shops.
Method of the class: WC_Install{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Install::enable_customer_stock_notifications_signups();
Changelog
| Since 0.0.0 | Introduced. |
WC_Install::enable_customer_stock_notifications_signups() WC Install::enable customer stock notifications signups code WC 10.3.3
public static function enable_customer_stock_notifications_signups() {
update_option( 'woocommerce_back_in_stock_allow_signups', 'yes' );
}