Advertisement
bhengh

debug code for ddhservices

Aug 20th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (isset($atts['dir']))
  2. error_log('Shortcode Attribute dir = '.$atts['dir']);
  3. if (isset($_GET['dir']))
  4. error_log('$_GET[\'dir\'] = '.$_GET['dir']);
  5. if (isset($_POST['dir']))
  6. error_log('$_POST[\'dir\'] = '.$_POST['dir']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement