WC_Install::add_coming_soon_option()
Add the woocommerce_coming_soon option for new shops.
Ensure that the option is set for all shops, even if core profiler is disabled on the host.
Method of the class: WC_Install{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = WC_Install::add_coming_soon_option();
Changelog
Since 9.3.0 | Introduced. |
WC_Install::add_coming_soon_option() WC Install::add coming soon option code WC 9.4.2
public static function add_coming_soon_option() { add_option( 'woocommerce_coming_soon', 'no' ); }