Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $slug = pods_url_variable(2);
  3. $pods = new Pod('gebouw',$slug);
  4. if (empty($pods->data))
  5. {
  6. wp_redirect('../');
  7. die();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement