Guest User

Untitled

a guest
Jun 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if(!is_page_template('search.php')) {
  2. set_transient( 'last_url', $current_url, 60*60 );
  3. }
  4.  
  5. if(!is_page_template('search.php')) {
  6. if(stripos($current_url, 'search') === false) {
  7. set_transient( 'shop_last_url', $current_url, 60*60 );
  8. }
  9. }
Add Comment
Please, Sign In to add comment