Advertisement
rexcoder

Some conditional Statements

Mar 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. //if in the block scope
  2. //Load any file to any specific location
  3. global $pagenow
  4. if($pagenow !== 'post.php') return;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement