• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

QUESTION Exclude pages from RUN EVERYWHERE

zamoty

New member
Messages
1
Likes
0
Points
0
#1
Hi,

I have a code that I run through “RUN EVERYWHERE” function, but I have two pages at the website that I would like not to run the snippet.

How do I prevent those two pages from running the code?

Thanks.
 

Temyk

Developer & Support
Messages
1,129
Likes
42
Points
48
#2
Hello.

You can do this by using an additional execution logic of the snippet.
1564379012177.png


But this is not available in PHP snippet. You can use the Universal snippet:
Code:
<?php
//Your code
?>