You must be logged in to see replies to this topic. Click here to login or register
Home › Forums › Plugins › CURCY – WooCommerce Multi Currency › Exclude dynamic pages using WP conditionals
Hello,
How can I disable the currency switcher from the unsubscribe/manage subscription pages of my Email Campaign plugin? My difficulty is that those pages are displayed dynamically and are user specific and have a page id based on each user.
These are the two URLs that show the syntax of the URL when the user lands to the “manage subscription” page and “unsubscribe” page:
www.my-domain.com/?fluentcrm=1&route=manage_subscription&ce_id=[unique user specific ID]&hash=[the hash number]
www.my-domain.com/?fluentcrm=1&route=unsubscribe&ce_id=[unique user specific ID]&hash=[the hash number]
How can I exclude this set of pages using wp conditionals?
You must be logged in to see replies to this topic. Click here to login or register