WC_Install::add_coming_soon_option
Add the coming soon options for new shops.
Ensure that the options are set for all shops for performance even if core profiler is disabled on the host.
Method of the class: WC_Install{}
No Hooks.
Returns
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 10.3.3
public static function add_coming_soon_option() {
add_option( 'woocommerce_coming_soon', 'yes' );
add_option( 'woocommerce_store_pages_only', 'yes' );
}