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:
Gerhard 2019-04-17 14:56:51 +02:00
parent fee86cd8cd
commit 9ad8ef56da
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}