Advertisement
websupporter

WP Create help tab #4

Apr 20th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. function pwh_help_callback( $screen, $tab ){
  2.     echo '<pre>';print_r( $screen );echo '</pre>';
  3.     echo '<pre>';print_r( $tab );echo '</pre>';
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement