Advertisement
Guest User

Untitled

a guest
May 29th, 2012
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.30 KB | None | 0 0
  1. WP_Screen Object
  2. (
  3.     [action] => add
  4.     [base] => post
  5.     [id] => post
  6.     [is_network] =>
  7.     [is_user] =>
  8.     [parent_base] => edit
  9.     [parent_file] => edit.php
  10.     [post_type] => post
  11.     [taxonomy] =>
  12.     [_help_tabs:WP_Screen:private] => Array
  13.         (
  14.             [0] => Array
  15.                 (
  16.                     [title] => TESTME
  17.                     [id] => EXAMPLE
  18.                     [content] => FOO
  19.                     [callback] => Array
  20.                         (
  21.                             [0] => dmb_help Object
  22.                                 (
  23.                                     [tabs] => Array
  24.                                         (
  25.                                             [EXAMPLE] => Array
  26.                                                 (
  27.                                                     [title] => TESTME
  28.                                                     [content] => FOO
  29.                                                 )
  30.  
  31.                                         )
  32.  
  33.                                 )
  34.  
  35.                             [1] => prepare
  36.                         )
  37.  
  38.                 )
  39.  
  40.             [1] => Array
  41.                 (
  42.                     [title] => Customizing This Display
  43.                     [id] => customize-display
  44.                     [content] =>
  45. The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop, and can minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.
  46.                     [callback] =>
  47.                 )
  48.  
  49.             [2] => Array ( ... OTHER CORE TABS HERE ... )
  50.  
  51.         )
  52.  
  53.     [_help_sidebar:WP_Screen:private] =>
  54. You can also create posts with the Press This bookmarklet.
  55. For more information:
  56. Documentation on Writing and Editing Posts
  57. Support Forums
  58.     [_options:WP_Screen:private] => Array
  59.         (
  60.             [layout_columns] => Array
  61.                 (
  62.                     [max] => 2
  63.                     [default] => 2
  64.                 )
  65.  
  66.         )
  67.  
  68.     [_show_screen_options:WP_Screen:private] =>
  69.     [_screen_settings:WP_Screen:private] =>
  70. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement