Be sure to also print the wp script since the OBW does not include those by default in the footer.
This commit is contained in:
parent
fee86cd8cd
commit
9ad8ef56da
|
@ -48,6 +48,7 @@ class WC_Admin_Setup_Wizard_Tracking {
|
|||
* Add footer scripts to OBW via woocommerce_setup_footer
|
||||
*/
|
||||
public function add_footer_scripts() {
|
||||
wp_print_scripts();
|
||||
WC_Site_Tracking::add_tracking_function();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue