Closed Mte90 closed 2 years ago
This should silence the lighthouse warnings, based on the code of https://github.com/woocommerce/woocommerce/issues/25461#issuecomment-845673185
If you want to use this version in your theme, put this js file in theme:
wp_deregister_script('flexslider'); wp_register_script( 'flexslider', get_stylesheet_directory_uri() . '/js/jquery.flexslider.js', array( 'jquery' ) );
Fix https://github.com/woocommerce/woocommerce/pull/31407/
This should silence the lighthouse warnings, based on the code of https://github.com/woocommerce/woocommerce/issues/25461#issuecomment-845673185
If you want to use this version in your theme, put this js file in theme: