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

Commit

Permalink
Fix the incorrect position of the after shop loop item title hook (#8911
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kmanijak authored Mar 31, 2023
1 parent 2caa016 commit 61b93d0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 61b93d0

Please sign in to comment.