woocommerce_cleanup_rate_limits

woocommerce_cleanup_rate_limits

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

do_action('woocommerce_cleanup_rate_limits') is found 1 times:

  • /includes/class-woocommerce.php line 1492
    		} catch ( Throwable $e ) {
    			wc_get_logger()->error( 'Error in rate limiter cleanup wrapper: ' . $e->getMessage(), array( 'source' => 'woocommerce-scheduled-actions' ) );
    		}
    		// phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment
    		do_action( 'woocommerce_cleanup_rate_limits' );
    	}
    
    	/**
    	 * Register recurring actions.
    	 */
    	public function register_recurring_actions() {
    

See this hook used in plugins: