Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. if (!function_exists('wp_get_current_user')) {
  2.     include_once( ABSPATH . 'wp-admin/includes/pluggable.php' );
  3. }
  4.  
  5. if ( is_super_admin() ) {  
  6.     add_action( 'admin_init', 'myplugin_register');
  7.     add_action( 'admin_menu', 'myplugin_menu' );   
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement