Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (! wp_next_scheduled ( 'wpf_woo_hourly' )) {
- wp_schedule_event(time(), 'hourly', 'wpf_woo_hourly');
- }
- add_action('wpf_woo_hourly', 'wpf_woo_hourly');
- function wpf_woo_hourly() {
- wp_fusion()->batch->batch_init( 'woocommerce' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement