plugin updates

This commit is contained in:
Tony Volpe
2024-06-17 14:48:11 -04:00
parent ecc5fbf831
commit 3751a5a1a6
1318 changed files with 91130 additions and 52250 deletions

View File

@@ -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' );