This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Review the execution sequence of the single product page hooks #10381
Labels
type: bug
The issue/PR concerns a confirmed bug.
Describe the bug
When the block-based single product template is used, and I install the following snippet that prints the single product page hooks:
I get this result:
As you can see, this sequence is not correct. The
woocommerce_single_product_summary
hook runs after thewoocommerce_after_single_product_summary
hook.This is the execution sequence when the legacy template is active:
To reproduce
Steps to reproduce the behavior:
Expected behavior
The
woocommerce_single_product_summary
hook should run after thewoocommerce_after_single_product_summary
hook.The text was updated successfully, but these errors were encountered: