I’m trying to create a UTM link to track my accesses, but when the ACF plugin is active it redirects this link and I can’t track it.
link: exemplo.com/page/?utm_source=chat&utm_medium=chatsequencia&utm_campaign=atacadao_chatsequencia
when opening the link it is: exemplo.com/page/ only
I already used this function:
add_filter(‘acf/settings/remove_wp_meta_box’, ‘__return_false’, 20);
but it still didn’t work.
There is nothing in ACF that I know of that should be causing this issue.
It may happen when ACF is active but it must be an interaction with another plugin or with the theme. You will need to figure out what combination is involved.