We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8652781 commit 3a13b45Copy full SHA for 3a13b45
woocommerce/archive-product.php
@@ -29,6 +29,13 @@
29
*/
30
add_action( 'carelib_content_while_before', 'carelib_null_entry_containers', 5 );
31
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
+
39
/**
40
* Callback defined in carelib/includes/woocommerce/template-global.php
41
*
@@ -78,4 +85,11 @@
78
85
79
86
add_action( 'carelib_content_while_after', 'carelib_wc_product_loop_end', 10 );
80
87
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
81
95
carelib_framework( 'shop' );
0 commit comments