15
OctoberWooCommerce Archive Shop Page Hooks guide
In WooCommerce there is the number of hooks, we saw the woocommerce cart page hooks & woo-commerce checkout page hooks earlier, here we show you Archive Shop Page hook. You can use them as per your requirements.
The WooCommerce Shop page contains the following hooks:
1. woocommerce_before_main_content
The woocommerce_before_main_content hook is placed at the start of the shop page. This hook is defined in the single-product.php template in WooCommerce.
2. woocommerce_archive_description
The woocommerce_archive_description hook is placed after the ‘Shop’ header title on the shop page. This hook is defined in the archive-product.php template file in