wp_enqueue_scripts instead of init
-
Is it possible to change the way the plugin uses to register its scripts?
I noticed that the plugin uses the ‘init’ action to register its scripts. It will be helpful for us if it will use ‘wp_enqueue_scripts’ instead.
After doing some research online, I understood that using the ‘wp_enqueue_scripts’ should be the “right way” to implement it.
Is it possible to implement that change?
Thanks!
https://www.ads-software.com/plugins/wp-google-analytics-events/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_enqueue_scripts instead of init’ is closed to new replies.