Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $domain = "example.com"
- $get_cookie_check = $_GET['view_full_site'];
- if(isset($get_cookie_check)){
- if($get_cookie_check =='false'){
- //unset the cookie
- setcookie("mobileesp_wp_full_site", 'true', time()-3600, "/", $domain);
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement