Advertisement
websupporter

WP Create help tab #3

Apr 20th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1.     $screen->add_help_tab( array(
  2.         'id'    => 'pwh-help-2',
  3.         'title' => __( '2. Help Tab', 'pwh' ),
  4.         'content'   => '<p>' . __( 'Another Tab, another text. More help. More info. Happy users :)', 'pwh' ) . '</p>',
  5.         'callback' => 'pwh_help_callback'
  6.     ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement