hello,
how can i load the analytics code at the evry last? by default the code is loaded into the footer, but it's loaded before all other javascripts in the footer (e.g. adaptavia.js)
load google analytics at the very last
2 posts from 2 voices-
Posted 1 year ago #
-
Hi!
in footer.php replace:
avia_option('analytics', false, true, true); wp_footer();with:
wp_footer(); avia_option('analytics', false, true, true);Regards,
PeterPosted 1 year ago #
Reply
You must log in to post.














