Fix the incorrect position of the after shop loop item title hook (https://github.com/woocommerce/woocommerce-blocks/pull/8911)
This commit is contained in:
parent
af0520bb8d
commit
6ca96260a8
|
@ -188,7 +188,7 @@ class ArchiveProductTemplatesCompatibility extends AbstractTemplateCompatibility
|
|||
),
|
||||
'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,
|
||||
|
|
Loading…
Reference in New Issue