Advertisement
Guest User

Untitled

a guest
Nov 4th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. Array
  2. (
  3. [location] => stdClass Object
  4. (
  5. [labels] => ...
  6.  
  7. [description] =>
  8. [publicly_queryable] => 1
  9. [exclude_from_search] =>
  10. [capability_type] => post
  11. [map_meta_cap] => 1
  12. [_builtin] =>
  13. [_edit_link] => post.php?post=%d
  14. [hierarchical] => 1
  15. [public] => 1
  16. [rewrite] => Array
  17. (
  18. [slug] => location
  19. [with_front] => 1
  20. [pages] => 1
  21. [feeds] => 1
  22. )
  23.  
  24. [has_archive] => 1
  25. [query_var] => location
  26. [register_meta_box_cb] =>
  27. [taxonomies] => Array
  28. (
  29. [0] => category
  30. [1] => post_tag
  31. )
  32.  
  33. [show_ui] => 1
  34. [menu_position] =>
  35. [menu_icon] =>
  36. [permalink_epmask] => 1
  37. [can_export] => 1
  38. [show_in_nav_menus] => 1
  39. [show_in_menu] => 1
  40. [show_in_admin_bar] => 1
  41. [label] => Standorte
  42. [singular_label] => Standort
  43. [name] => location
  44. [cap] => ...
  45.  
  46. )
  47.  
  48. [organisation] => stdClass Object
  49. (
  50. [labels] => ...
  51.  
  52. [description] =>
  53. [publicly_queryable] => 1
  54. [exclude_from_search] =>
  55. [capability_type] => post
  56. [map_meta_cap] => 1
  57. [_builtin] =>
  58. [_edit_link] => post.php?post=%d
  59. [hierarchical] => 1
  60. [public] => 1
  61. [rewrite] => Array
  62. (
  63. [slug] => organisation
  64. [with_front] => 1
  65. [pages] => 1
  66. [feeds] => 1
  67. )
  68.  
  69. [has_archive] => 1
  70. [query_var] => organisation
  71. [register_meta_box_cb] =>
  72. [taxonomies] => Array
  73. (
  74. [0] => category
  75. [1] => post_tag
  76. )
  77.  
  78. [show_ui] => 1
  79. [menu_position] =>
  80. [menu_icon] =>
  81. [permalink_epmask] => 1
  82. [can_export] => 1
  83. [show_in_nav_menus] => 1
  84. [show_in_menu] => 1
  85. [show_in_admin_bar] => 1
  86. [label] => Organisationen
  87. [singular_label] => Organisation
  88. [name] => organisation
  89. [cap] => ...
  90.  
  91. )
  92.  
  93. [slider] => stdClass Object
  94. (
  95. [labels] => ...
  96.  
  97. [description] =>
  98. [publicly_queryable] => 1
  99. [exclude_from_search] =>
  100. [capability_type] => post
  101. [map_meta_cap] => 1
  102. [_builtin] =>
  103. [_edit_link] => post.php?post=%d
  104. [hierarchical] =>
  105. [public] => 1
  106. [rewrite] => Array
  107. (
  108. [slug] => slider
  109. [with_front] => 1
  110. [pages] => 1
  111. [feeds] =>
  112. )
  113.  
  114. [has_archive] =>
  115. [query_var] => slider
  116. [register_meta_box_cb] =>
  117. [taxonomies] => Array
  118. (
  119. )
  120.  
  121. [show_ui] => 1
  122. [menu_position] =>
  123. [menu_icon] =>
  124. [permalink_epmask] => 1
  125. [can_export] => 1
  126. [show_in_nav_menus] => 1
  127. [show_in_menu] => 1
  128. [show_in_admin_bar] => 1
  129. [name] => slider
  130. [cap] => ...
  131.  
  132. [label] => Slides
  133. )
  134.  
  135. )
  136.  
  137.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement