register_and_do_post_meta_boxes( WP_Post $post )
- Since
- 5.0.0
- Source
wp-admin/includes/meta-boxes.php:1531
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
- Scaling
- Constant
- Instructions
- 155–239
- Plugin surface
- 4 hooks
- Called by
- 0
Reaches the database via get_post().
No loop in the body: the same number of instructions runs whatever you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 468.
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.
Nothing in core calls this; the cost is only what you spend yourself.
What it touches
- hookthird-party callbacks
do_action_deprecated()called directly - querycontent query
get_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.
| When | Instructions | Calls it makes |
|---|---|---|
!current_theme_supports() && $post_type !== "attachment" && get_object_taxonomies() && !comments_open() && !pings_open() && !$statuses && !current_user_can() | 155–156 | get_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–159 | get_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() && !$statuses | 160–161 | get_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–163 | get_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–163 | get_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() && !$statuses | 163–164 | get_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–166 | get_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() && !$statuses | 167–168 | get_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–168 | get_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–168 | get_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–168 | get_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–170 | get_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–171 | get_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–171 | get_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–172 | get_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–172 | get_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() && !$statuses | 172–173 | get_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–175 | get_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–175 | get_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–175 | get_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–175 | get_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() && !$statuses | 174–175 | get_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() && !$statuses | 174–175 | get_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–175 | get_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–179 | get_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() && $statuses | 176–177 | get_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() && $statuses | 176–177 | get_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() && !$statuses | 177–178 | get_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() && !$statuses | 177–178 | get_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–182 | get_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–179 | get_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–179 | get_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–179 | get_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–179 | get_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() && $statuses | 179–180 | get_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–180 | get_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–180 | get_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–180 | get_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–180 | get_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–181 | get_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() && $statuses | 180–184 | get_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–182 | get_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–182 | get_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() && !$statuses | 181–182 | get_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() && !$statuses | 181–182 | get_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–183 | get_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–186 | get_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–186 | get_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() && $statuses | 183–187 | get_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() && $statuses | 183–184 | get_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() && $statuses | 183–184 | get_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–184 | get_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–184 | get_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–184 | get_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–184 | get_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–184 | get_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–184 | get_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–184 | get_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–189 | get_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–186 | get_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–186 | get_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() && !$statuses | 185–186 | get_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–187 | get_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–187 | get_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–187 | get_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–187 | get_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–187 | get_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–187 | get_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–187 | get_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() && !$statuses | 186–187 | get_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() && !$statuses | 186–187 | get_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–188 | get_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() && $statuses | 187–191 | get_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–191 | get_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–191 | get_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–191 | get_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() && $statuses | 188–189 | get_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() && $statuses | 188–189 | get_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() && $statuses | 188–189 | get_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–190 | get_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–193 | get_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–194 | get_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–194 | get_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–191 | get_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–191 | get_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–191 | get_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–191 | get_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–191 | get_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() && $statuses | 190–191 | get_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() && $statuses | 190–191 | get_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() && $statuses | 190–191 | get_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() && $statuses | 190–191 | get_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–191 | get_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–191 | get_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–191 | get_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–192 | get_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–192 | get_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–193 | get_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–193 | get_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() && $statuses | 192–196 | get_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() && $statuses | 193–194 | get_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() && $statuses | 193–194 | get_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–194 | get_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–194 | get_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–194 | get_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–194 | get_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–198 | get_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–198 | get_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() && $statuses | 194–198 | get_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() && $statuses | 194–198 | get_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–198 | get_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() && $statuses | 195–196 | get_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–196 | get_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–196 | get_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–196 | get_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–196 | get_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–196 | get_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–196 | get_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–196 | get_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–196 | get_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–196 | get_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–197 | get_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() | 196 | get_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() && $statuses | 197–201 | get_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() && $statuses | 197–201 | get_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() && $statuses | 197–198 | get_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() && $statuses | 197–198 | get_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() && $statuses | 197–198 | get_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() && $statuses | 197–198 | get_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–198 | get_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–199 | get_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–199 | get_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–199 | get_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–199 | get_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–199 | get_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() && !$statuses | 199–200 | get_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() && !$statuses | 199–200 | get_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–203 | get_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–203 | get_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–203 | get_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() && $statuses | 200–201 | get_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–203 | get_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() && $statuses | 201–205 | get_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() && $statuses | 201–205 | get_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() && $statuses | 201–202 | get_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() | 201 | get_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–206 | get_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–203 | get_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–203 | get_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–203 | get_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–203 | get_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–203 | get_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–203 | get_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() && $statuses | 202–203 | get_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() && $statuses | 202–203 | get_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() && $statuses | 202–203 | get_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() && $statuses | 202–203 | get_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() && $statuses | 202–203 | get_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() && $statuses | 202–203 | get_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–203 | get_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–204 | get_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() | 203 | get_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–205 | get_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–206 | get_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–206 | get_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–206 | get_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–206 | get_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) && $statuses | 205–208 | get_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–210 | get_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–210 | get_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() && $statuses | 206–210 | get_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() && $statuses | 206–210 | get_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–208 | get_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–208 | get_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–208 | get_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–208 | get_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–208 | get_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–210 | get_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–209 | get_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() | 208 | get_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() | 208 | get_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() | 208 | get_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() | 208 | get_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–213 | get_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–210 | get_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–210 | get_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() && $statuses | 209–210 | get_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() && $statuses | 209–210 | get_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–211 | get_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–212 | get_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–215 | get_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–215 | get_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–215 | get_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–217 | get_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() | 213 | get_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–215 | get_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–215 | get_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–215 | get_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–215 | get_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() && $statuses | 214–215 | get_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() && $statuses | 214–215 | get_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) && $statuses | 215 | get_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) && $statuses | 215 | get_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() | 215 | get_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() | 215 | get_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() | 215 | get_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–218 | get_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–222 | get_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–220 | get_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) && $statuses | 219–222 | get_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) && $statuses | 219–222 | get_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–221 | get_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() | 220 | get_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() | 220 | get_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() | 220 | get_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–222 | get_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–227 | get_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–227 | get_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() | 227 | get_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() | 227 | get_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() | 227 | get_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() | 227 | get_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–234 | get_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() | 232 | get_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() | 239 | get_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
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 468 | 155–239 | 41 | |
| 8.5 | 468 | 155–239 | 41 | |
| 8.4 | 468 | 155–239 | 41 | 3 fewer instructions than PHP 8.3 |
| 8.3 | 471 | 158–242 | 41 | |
| 8.2 | 471 | 158–242 | 41 | |
| 8.1 | 471 | 158–242 | 41 | |
| 7.4 | 471 | 158–242 | 41 |
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:
- do_action( dbx_post_advanced )action_deprecatedline 1646 (+115 into the body)
Fires in the middle of built-in meta box registration.
- do_action( add_meta_boxes )actionline 1692 (+161 into the body)
Fires after all built-in meta boxes have been added.
- 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.
- do_action( do_meta_boxes )actionline 1728 (+197 into the body)
Fires after meta boxes have been added.
- do_action( do_meta_boxes )actionline 1730 (+199 into the body)
Fires after meta boxes have been added.
- do_action( do_meta_boxes )actionline 1732 (+201 into the body)
Fires after meta boxes have been added.
Uses · 26
- get_post_type_object()Retrieves a post type object by name.
- current_theme_supports()Checks a theme's support for a given feature.
- post_type_supports()Checks a post type's support for a given feature.
- wp_attachment_is()Verifies an attachment is of a given type.
- wp_get_latest_revision_id_and_total_count()Returns the latest revision ID and count of revisions for a post.
- is_wp_error()Checks whether the given variable is a WordPress Error.
- add_meta_box()Adds a meta box to one or more screens.
- __()Retrieves the translation of $text.
- wp_enqueue_script()Enqueues a script.
- wp_enqueue_style()Enqueues a CSS stylesheet.
- add_action()Adds a callback function to an action hook.
- _x()Retrieves translated string with gettext context.
Show all 26
- get_object_taxonomies()Returns the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name.
- get_taxonomy()Retrieves the taxonomy object of $taxonomy.
- is_taxonomy_hierarchical()Determines whether the taxonomy object is hierarchical.
- get_page_templates()Gets the page templates available in this theme.
- current_user_can()Returns whether the current user has the specified capability.
- esc_html()Escaping for HTML blocks.
- get_user_meta()Retrieves user meta field for a user.
- get_current_user_id()Gets the current user's ID.
- do_action_deprecated()Fires functions attached to a deprecated action hook.
- comments_open()Determines whether the current post is open for comments.
- pings_open()Determines whether the current post is open for pings.
- get_post_stati()Gets a list of post statuses.
- get_post_status()Retrieves the post status based on the post ID.
- do_action()Calls the callback functions that have been added to an action hook.
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.
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.