woocommerce_scheduled_sales()
Deprecated since 3.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
No Hooks.
Returns
void. Nothing (null).
Usage
woocommerce_scheduled_sales();
Changelog
| Deprecated since | 3.0 |
woocommerce_scheduled_sales() woocommerce scheduled sales code WC 11.0.1
function woocommerce_scheduled_sales() {
wc_deprecated_function( __FUNCTION__, '3.0', 'wc_scheduled_sales' );
wc_scheduled_sales();
}