See hook in action
Displaying hooks found in version: woocommerce.10.1.2
do_action('generate_category_lookup_table') is found 1 times:
/includes/class-woocommerce.php line 1472
} catch ( Throwable $e ) {
wc_get_logger()->error( 'Error in category lookup wrapper: ' . $e->getMessage(), array( 'source' => 'woocommerce-scheduled-actions' ) );
}
// phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment
do_action( 'generate_category_lookup_table' );
}
/**
* Wrapper for the `woocommerce_cleanup_rate_limits` action. This prevents the event failing when the class is not loaded.
* It loads the class if it exists, and then calls the actual action.
*