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