Adding UTM links for posts while auto-posting
-
It would be nice to add a filter to modify a post url to add UTM parameters while auto-posting (maybe someone will need the same for share links also, by the way).
I can do this by adding the_permalink filter before add_action(‘save_post’, array($this, ‘b2s_save_post_box’), 1, 3); and removing it after this action, but this would be easier and more accurate if you had a filter to modify post urls.
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Adding UTM links for posts while auto-posting’ is closed to new replies.