Skip to content

Commit 3a13b45

Browse files
committed
Added missing archive hooks
1 parent 8652781 commit 3a13b45

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

woocommerce/archive-product.php

+14
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
*/
3030
add_action( 'carelib_content_while_before', 'carelib_null_entry_containers', 5 );
3131

32+
/**
33+
* Callback defined in carelib/includes/woocommerce/template-hooks.php
34+
*
35+
* @see carelib_wc_before_shop_loop
36+
*/
37+
add_action( 'carelib_content_while_before', 'carelib_wc_before_shop_loop', 6 );
38+
3239
/**
3340
* Callback defined in carelib/includes/woocommerce/template-global.php
3441
*
@@ -78,4 +85,11 @@
7885
*/
7986
add_action( 'carelib_content_while_after', 'carelib_wc_product_loop_end', 10 );
8087

88+
/**
89+
* Callback defined in carelib/includes/woocommerce/template-global.php
90+
*
91+
* @see carelib_wc_after_shop_loop
92+
*/
93+
add_action( 'carelib_content_while_after', 'carelib_wc_after_shop_loop', 12 );
94+
8195
carelib_framework( 'shop' );

0 commit comments

Comments
 (0)