Advertisement
thesufi

check if plugin/theme page is called directly or not & stop

May 23rd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. if ( !function_exists( 'add_action' ) ) {
  2.     echo 'Hi there!  I\'m just a plugin, not much I can do when called directly.';
  3.     exit;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement