Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Fix the incorrect position of the after_shop_loop_item_title hook #8911

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Templates/ArchiveProductTemplatesCompatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down