From 61b93d0597fb92a660750d85b411e6843eaded4a Mon Sep 17 00:00:00 2001 From: kmanijak Date: Fri, 31 Mar 2023 15:00:57 +0200 Subject: [PATCH] Fix the incorrect position of the after shop loop item title hook (#8911) --- src/Templates/ArchiveProductTemplatesCompatibility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Templates/ArchiveProductTemplatesCompatibility.php b/src/Templates/ArchiveProductTemplatesCompatibility.php index fe06dbdf6c0..e612202d640 100644 --- a/src/Templates/ArchiveProductTemplatesCompatibility.php +++ b/src/Templates/ArchiveProductTemplatesCompatibility.php @@ -188,7 +188,7 @@ protected function set_hook_data() { ), 'woocommerce_after_shop_loop_item_title' => array( 'block_name' => 'core/post-title', - 'position' => 'before', + 'position' => 'after', 'hooked' => array( 'woocommerce_template_loop_rating' => 5, 'woocommerce_template_loop_price' => 10,