Append URL's in newsletter
-
Hi,
I need to append any url’s back to the site for any newsletters that get sent out to include some analytics tracking ie.
?utm_source=newsletter&utm_medium=email&utm_campaign=Newsletter
So something like this code to change the permalink
$alerturl = get_permalink() . '?utm_source=newsletter&utm_medium=email&utm_campaign=Newsletter';
Is there a hook within the plugin that I can use to do this. If not can you let me know the file which handles this so I can deregister the function and recreate it in functions.php
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Append URL's in newsletter’ is closed to new replies.