Forums
(@kacza)
3 years, 11 months ago
I removed add_action( ‘wp_footer’, array($this, ‘frontFooter’), 75 ) and added enqueue+register script to functions.php
‘IF’ not working on plugin php file. I see https://geowidget.easypack24.net/js/sdk-for-javascript.js on all sites. I try is_front_page, is_product.
remove_action('wp_footer', array('init_shipping_methods', 'frontFooter'), 10); } Not working.
remove_action('wp_footer', array('init_shipping_methods', 'frontFooter'), 10); }