wppaste
WordPress

register_and_do_post_meta_boxes( WP_Post $post )

Since
5.0.0
Source
wp-admin/includes/meta-boxes.php:1531
Registers the default post meta boxes, and runs the do_meta_boxes actions.

Compatibility

WordPress
since 5.0.0
PHP
7.4–8.6-dev
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.

Parameters

$postWP_Post
The post object that these meta boxes are being generated for.

Performance profile

How much work a call to register_and_do_post_meta_boxes() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.

Cost class
Heavy

Reaches the database via get_post().

Scaling
Constant

No loop in the body: the same number of instructions runs whatever you pass in.

Instructions
155–239

Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 468.

Plugin surface
4 hooks

Third-party callbacks on 'dbx_post_advanced', 'add_meta_boxes', 'add_meta_boxes_{$post_type}' run inside this call, and their cost is not bounded by anything here.

Called by
0

Nothing in core calls this; the cost is only what you spend yourself.

What it touches

  • hookthird-party callbacksdo_action_deprecated()called directly
  • querycontent queryget_post()one call below register_and_do_post_meta_boxes()

Further down the call graph this can also reach option, cache, serialize and transient. Those are the worst case, several calls deep and usually down an error path, not what a normal call pays.

What one call costs · 225 distinct outcomes

One number would be a lie: the work depends on which branch runs. These are every distinct cost register_and_do_post_meta_boxes() can have, taken from its control-flow graph on PHP 8.5.

WhenInstructionsCalls it makes
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && !current_user_can()155–156get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && !current_user_can()158–159get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses160–161get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses && !current_user_can()162–163get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && !current_user_can()162–163get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses163–164get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && !current_user_can()165–166get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses167–168get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && !current_user_can()167–168get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && current_user_can()167–168get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && !current_user_can()167–168get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses && !current_user_can()169–170get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
213 further outcomes, up to 239 instructions
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && !current_user_can()170–171get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && current_user_can()170–171get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && !current_user_can()171–172get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()171–172get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses172–173get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && !current_user_can()174–175get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && !current_user_can()174–175get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses && !current_user_can()174–175get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses && current_user_can()174–175get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses174–175get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses174–175get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && !current_user_can()174–175get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()175–179get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses176–177get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses176–177get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses177–178get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses177–178get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !current_user_can()178–182get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses && !current_user_can()178–179get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && !current_user_can()178–179get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && !current_user_can()178–179get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()178–179get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses179–180get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open()179–180get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && current_user_can()179–180get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && !current_user_can()179–180get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && current_user_can()179–180get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && !current_user_can()180–181get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses180–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && !current_user_can()181–182get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && !current_user_can()181–182get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses181–182get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses181–182get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && current_user_can()182–183get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses && !current_user_can()182–186get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()182–186get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses183–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && !current_user_can()183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && current_user_can()183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && !current_user_can()183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()183–184get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !current_user_can()185–189get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses && !current_user_can()185–186get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && !current_user_can()185–186get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses185–186get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && !current_user_can()186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && current_user_can()186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && !current_user_can()186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && current_user_can()186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && !current_user_can()186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses && current_user_can()186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && current_user_can()186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses186–187get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && !current_user_can()187–188get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses187–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()187–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()187–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()187–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses188–189get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses188–189get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses188–189get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && current_user_can()189–190get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses && !current_user_can()189–193get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !current_user_can()190–194get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && current_user_can()190–194get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses && !current_user_can()190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses && current_user_can()190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && !current_user_can()190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && current_user_can()190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && !current_user_can()190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && !current_user_can()190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()190–191get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open()191–192get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && current_user_can()191–192get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && !current_user_can()192–193get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && current_user_can()192–193get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses192–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses193–194get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses193–194get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open()193–194get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open()193–194get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && !current_user_can()193–194get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && !$statuses && current_user_can()193–194get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses && !current_user_can()194–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses && current_user_can()194–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses194–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses194–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()194–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && !current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()195–196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && !current_user_can()196–197get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && !current_user_can()196get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses197–201get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses197–201get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses197–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses197–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses197–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses197–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && !current_user_can()197–198get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && current_user_can()198–199get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && current_user_can()198–199get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && !current_user_can()198–199get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && current_user_can()198–199get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && current_user_can()198–199get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses199–200get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses199–200get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()199–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()199–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()199–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses200–201get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !current_user_can()200–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses201–205get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses201–205get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses201–202get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open()201get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && current_user_can()202–206get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses && current_user_can()202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && current_user_can()202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && !current_user_can()202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && current_user_can()202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && current_user_can()202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()202–203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && !current_user_can()203–204get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && !current_user_can()203get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && current_user_can()204–205get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && current_user_can()205–206get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && current_user_can()205–206get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open()205–206get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open()205–206get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses205–208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses && current_user_can()206–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()206–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses206–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses206–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()207–208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && current_user_can()207–208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()207–208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && !current_user_can()207–208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()207–208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !current_user_can()207–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && !current_user_can()208–209get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !empty($statuses) && $statuses && current_user_can()208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && !current_user_can()208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && current_user_can()208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && !current_user_can()208get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && current_user_can()209–213get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && pings_open() && $statuses && current_user_can()209–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && current_user_can()209–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses209–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses209–210get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && current_user_can()210–211get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !$statuses && current_user_can()211–212get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()211–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !current_user_can()212–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && current_user_can()212–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && pings_open() && $statuses && current_user_can()213–217get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open()213get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && current_user_can()214–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()214–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !pings_open() && $statuses && current_user_can()214–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()214–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses214–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses214–215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !empty($statuses) && $statuses215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !empty($statuses) && $statuses215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open()215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open()215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && !current_user_can()215get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && $statuses && !pings_open() && current_user_can()217–218get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()218–222get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()219–220get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses219–222get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses219–222get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && $statuses && current_user_can()220–221get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && current_user_can()220get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && !current_user_can()220get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && current_user_can()220get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && $statuses && current_user_can()221–222get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && current_user_can()224–227get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && $statuses && current_user_can()226–227get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && comments_open() && !empty($statuses) && $statuses && current_user_can()227get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && current_user_can()227get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open()227get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open()227get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && current_user_can()231–234get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && current_user_can()232get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !empty($statuses) && $statuses && !pings_open() && current_user_can()239get_post_type_object(), current_theme_supports(), post_type_supports(), __(), add_meta_box(), current_theme_supports(), get_object_taxonomies(), post_type_supports(), add_meta_box(), post_type_supports(), post_type_supports(), post_type_supports(), __(), get_current_user_id(), get_user_meta(), __back_compat_meta_box(), comments_open(), __(), add_meta_box(), get_post_stati(), get_post_status(), comments_open(), pings_open(), post_type_supports(), __(), add_meta_box(), get_post_status(), current_user_can(), __(), add_meta_box(), post_type_supports(), current_user_can(), __(), add_meta_box(), do_action(), do_action(), do_action(), do_action(), do_action()

This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.

Across PHP versions

PHPCompiledExecutedBranchesNotes
8.6-dev468155–23941
8.5468155–23941
8.4468155–239413 fewer instructions than PHP 8.3
8.3471158–24241
8.2471158–24241
8.1471158–24241
7.4471158–24241

An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.

Hooks and filters fired · 6

6 hooks fire while register_and_do_post_meta_boxes() runs, in this order:

  1. do_action( dbx_post_advanced )action_deprecatedline 1646 (+115 into the body)

    Fires in the middle of built-in meta box registration.

  2. do_action( add_meta_boxes )actionline 1692 (+161 into the body)

    Fires after all built-in meta boxes have been added.

  3. do_action( add_meta_boxes_{$post_type} )actionline 1713 (+182 into the body)

    Fires after all built-in meta boxes have been added, contextually for the given post type.

  4. do_action( do_meta_boxes )actionline 1728 (+197 into the body)

    Fires after meta boxes have been added.

  5. do_action( do_meta_boxes )actionline 1730 (+199 into the body)

    Fires after meta boxes have been added.

  6. do_action( do_meta_boxes )actionline 1732 (+201 into the body)

    Fires after meta boxes have been added.

Uses · 26

Show all 26

Source code

function register_and_do_post_meta_boxes( $post ) {	$post_type        = $post->post_type;	$post_type_object = get_post_type_object( $post_type ); 	$thumbnail_support = current_theme_supports( 'post-thumbnails', $post_type ) && post_type_supports( $post_type, 'thumbnail' );	if ( ! $thumbnail_support && 'attachment' === $post_type && $post->post_mime_type ) {		if ( wp_attachment_is( 'audio', $post ) ) {			$thumbnail_support = post_type_supports( 'attachment:audio', 'thumbnail' ) || current_theme_supports( 'post-thumbnails', 'attachment:audio' );		} elseif ( wp_attachment_is( 'video', $post ) ) {			$thumbnail_support = post_type_supports( 'attachment:video', 'thumbnail' ) || current_theme_supports( 'post-thumbnails', 'attachment:video' );		}	} 	$publish_callback_args = array( '__back_compat_meta_box' => true ); 	if ( post_type_supports( $post_type, 'revisions' ) && 'auto-draft' !== $post->post_status ) {		$revisions = wp_get_latest_revision_id_and_total_count( $post->ID ); 		// We should aim to show the revisions meta box only when there are revisions.		if ( ! is_wp_error( $revisions ) && $revisions['count'] > 1 ) {			$publish_callback_args = array(				'revisions_count'        => $revisions['count'],				'revision_id'            => $revisions['latest_id'],				'__back_compat_meta_box' => true,			); 			add_meta_box( 'revisionsdiv', __( 'Revisions' ), 'post_revisions_meta_box', null, 'normal', 'core', array( '__back_compat_meta_box' => true ) );		}	} 	if ( 'attachment' === $post_type ) {		wp_enqueue_script( 'image-edit' );		wp_enqueue_style( 'imgareaselect' );		add_meta_box( 'submitdiv', __( 'Save' ), 'attachment_submit_meta_box', null, 'side', 'core', array( '__back_compat_meta_box' => true ) );		add_action( 'edit_form_after_title', 'edit_form_image_editor' ); 		if ( wp_attachment_is( 'audio', $post ) ) {			add_meta_box( 'attachment-id3', __( 'Metadata' ), 'attachment_id3_data_meta_box', null, 'normal', 'core', array( '__back_compat_meta_box' => true ) );		}	} else {		add_meta_box( 'submitdiv', __( 'Publish' ), 'post_submit_meta_box', null, 'side', 'core', $publish_callback_args );	} 	if ( current_theme_supports( 'post-formats' ) && post_type_supports( $post_type, 'post-formats' ) ) {		add_meta_box( 'formatdiv', _x( 'Format', 'post format' ), 'post_format_meta_box', null, 'side', 'core', array( '__back_compat_meta_box' => true ) );	} 	// All taxonomies.	foreach ( get_object_taxonomies( $post ) as $tax_name ) {		$taxonomy = get_taxonomy( $tax_name );		if ( ! $taxonomy->show_ui || false === $taxonomy->meta_box_cb ) {			continue;		} 		$label = $taxonomy->labels->name; 		if ( ! is_taxonomy_hierarchical( $tax_name ) ) {			$tax_meta_box_id = 'tagsdiv-' . $tax_name;		} else {			$tax_meta_box_id = $tax_name . 'div';		} 		add_meta_box(			$tax_meta_box_id,			$label,			$taxonomy->meta_box_cb,			null,			'side',			'core',			array(				'taxonomy'               => $tax_name,				'__back_compat_meta_box' => true,			)		);	} 	if ( post_type_supports( $post_type, 'page-attributes' ) || count( get_page_templates( $post ) ) > 0 ) {		add_meta_box( 'pageparentdiv', $post_type_object->labels->attributes, 'page_attributes_meta_box', null, 'side', 'core', array( '__back_compat_meta_box' => true ) );	}

Changelog

Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

About this page

Parsed data
Generated from the wordpress-develop 7.1.0 tag, from src/wp-admin/includes/meta-boxes.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.