Single_Product::sparks_quick_view_support()
Run the internal “run” method for rendering of Sparks Quick View.
Description
"sparks_qv_before_run_markup_changes" hook is released from a WP Rest API callback. Therefore add_action call should be registered before the do_action call. (before rest_api_loaded() is attached)
Return
(void)
Source
File: includes/modules/woocommerce_booster/views/single_product.php
Expand full source code Collapse full source code View on Github