Clear rate limit cleanup job on uninstall.

This commit is contained in:
Jeff Stieler 2021-10-19 09:27:57 -04:00
parent 5d182ee71a
commit 5aee007892
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ wp_clear_scheduled_hook( 'woocommerce_cleanup_personal_data' );
wp_clear_scheduled_hook( 'woocommerce_cleanup_logs' );
wp_clear_scheduled_hook( 'woocommerce_geoip_updater' );
wp_clear_scheduled_hook( 'woocommerce_tracker_send_event' );
wp_clear_scheduled_hook( 'woocommerce_cleanup_rate_limits' );
/*
* Only remove ALL product and page data if WC_REMOVE_ALL_DATA constant is set to true in user's