plugin updates
This commit is contained in:
@@ -46,6 +46,11 @@ if ( ! class_exists( 'Hubwoo_Activator' ) ) {
|
||||
as_schedule_recurring_action( time(), 300, 'hubwoo_deals_sync_check' );
|
||||
}
|
||||
|
||||
if ( ! as_next_scheduled_action( 'hubwoo_ecomm_deal_update' ) ) {
|
||||
|
||||
as_schedule_recurring_action( time(), 180, 'hubwoo_ecomm_deal_update' );
|
||||
}
|
||||
|
||||
if ( ! as_next_scheduled_action( 'hubwoo_products_sync_check' ) ) {
|
||||
|
||||
as_schedule_recurring_action( time(), 300, 'hubwoo_products_sync_check' );
|
||||
|
||||
Reference in New Issue
Block a user