Advertisement
Guest User

Jetpack Attempt

a guest
Apr 17th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1.     public function subscription_menu( $user ) {
  2.         $hook = add_submenu_page( 'options-general.php', __( 'Sharing Settings', 'jetpack' ), __( 'Sharing', 'jetpack' ), 'manage_options', 'sharing', array( &$this, 'management_page' ) );
  3.  
  4.         var_dump( $hook );
  5.  
  6.         // Insert our CSS and JS
  7.         add_action( "load-$hook", array( &$this, 'sharing_head' ) );
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement