post_submit_meta_box( WP_Post $post, array $args = array() )
- Since
- 2.7.0
- Source
wp-admin/includes/meta-boxes.php:30
Compatibility
- WordPress
- since 2.7.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- Current post object.
$argsarrayoptional- Array of arguments for building the post submit meta box.Default:
array()$idstringMeta box 'id' attribute.$titlestringMeta box title.$callbackcallableMeta box display callback.$argsarrayExtra meta box arguments.
Performance profile
How much work a call to post_submit_meta_box() 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
- 246–377
- Plugin surface
- 3 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 759.
Third-party callbacks on 'post_submitbox_minor_actions', 'post_submitbox_misc_actions', 'post_submitbox_start' 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()called directly - querycontent query
get_post()one call below post_submit_meta_box() - optionoption read or write
get_option()one call below post_submit_meta_box()
Further down the call graph this can also reach 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 · 114 distinct outcomes
One number would be a lie: the work depends on which branch runs. These are every distinct cost post_submit_meta_box() can have, taken from its control-flow graph on PHP 8.5.
| When | Instructions | Calls it makes |
|---|---|---|
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && !current_user_can() | 246–250 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && !current_user_can() | 250–254 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && !current_user_can() | 252–256 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && !current_user_can() | 256–260 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !current_user_can() | 257–259 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !current_user_can() | 260–262 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && current_user_can() | 260–265 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !current_user_can() | 261–263 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && !current_user_can() | 263–265 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !current_user_can() | 264–266 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && current_user_can() | 264–269 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && !current_user_can() | 266–268 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
102 further outcomes, up to 377 instructions
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && current_user_can() | 266–271 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && !current_user_can() | 267–269 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && !current_user_can() | 270–272 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && current_user_can() | 270–275 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && current_user_can() | 271–274 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && !current_user_can() | 272–276 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && current_user_can() | 274–277 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && current_user_can() | 275–278 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && !current_user_can() | 276–280 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && current_user_can() | 277–280 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && current_user_can() | 278–281 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && !current_user_can() | 278–282 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && current_user_can() | 280–283 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && current_user_can() | 281–284 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && !current_user_can() | 282–286 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !current_user_can() | 283–285 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && !current_user_can() | 283–287 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && !current_user_can() | 283–287 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && current_user_can() | 284–287 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !current_user_can() | 286–288 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && current_user_can() | 286–291 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !current_user_can() | 287–289 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && !empty($value) && !current_user_can() | 287–291 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && !current_user_can() | 287–291 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && !current_user_can() | 289–291 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && !current_user_can() | 289–293 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !current_user_can() | 290–292 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && current_user_can() | 290–295 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && !current_user_can() | 292–294 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && current_user_can() | 292–297 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && !current_user_can() | 293–295 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !current_user_can() | 294–296 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && !current_user_can() | 294–296 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && !current_user_can() | 296–298 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && current_user_can() | 296–301 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && current_user_can() | 297–300 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !current_user_can() | 297–299 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && current_user_can() | 297–302 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && !current_user_can() | 297–299 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && current_user_can() | 297–302 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && !empty($value) && !current_user_can() | 298–300 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && !current_user_can() | 298–300 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && current_user_can() | 300–303 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && !current_user_can() | 300–302 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && current_user_can() | 301–304 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && !empty($value) && !current_user_can() | 301–303 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && !empty($value) && current_user_can() | 301–303 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && !current_user_can() | 301–303 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && current_user_can() | 301–306 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && current_user_can() | 303–306 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && !current_user_can() | 303–305 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && current_user_can() | 303–308 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && current_user_can() | 304–307 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && !get_post_meta() && current_user_can() | 306–309 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && current_user_can() | 307–310 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && current_user_can() | 308–311 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && current_user_can() | 308–311 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && !current_user_can() | 309–313 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && !current_user_can() | 309–313 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && !get_post_meta() && current_user_can() | 310–313 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && current_user_can() | 311–314 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && current_user_can() | 311–314 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && !empty($value) && current_user_can() | 312 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && current_user_can() | 312–315 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && !current_user_can() | 313–317 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && current_user_can() | 314–317 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && !empty($value) && current_user_can() | 315 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && current_user_can() | 315–318 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && !current_user_can() | 315–319 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && current_user_can() | 317–320 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !current_user_can() | 320–322 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && !current_user_can() | 320–322 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && !current_user_can() | 320–324 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !current_user_can() | 323–325 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && current_user_can() | 323–328 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && !current_user_can() | 323–325 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && current_user_can() | 323–328 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && !current_user_can() | 324–326 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && !current_user_can() | 326–328 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && !current_user_can() | 327–329 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && current_user_can() | 327–332 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && !current_user_can() | 329–331 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && current_user_can() | 329–334 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && !current_user_can() | 331–333 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && current_user_can() | 334–337 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && current_user_can() | 334–337 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && !current_user_can() | 334–336 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && current_user_can() | 334–339 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && current_user_can() | 337–340 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && empty($value) && get_post_meta() && current_user_can() | 337–340 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && current_user_can() | 338–341 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && current_user_can() | 340–343 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id !== 0 && empty($value) && get_post_meta() && current_user_can() | 341–344 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), strtotime(), date_i18n(), strtotime(), date_i18n(), sprintf(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && !get_post_meta() && current_user_can() | 343–346 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && current_user_can() | 345–348 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && !current_user_can() | 346–350 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && current_user_can() | 348–351 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && !current_user_can() | 357–359 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && !current_user_can() | 360–362 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
!is_post_type_viewable() && $post && empty($post) && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && current_user_can() | 360–365 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && current_user_can() | 371–374 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_e(), __(), submit_button() |
!is_post_type_viewable() && $post && $post_type !== "post" && $post_id === 0 && !empty($value) && get_post_meta() && current_user_can() | 374–377 | get_post_type_object(), current_user_can(), __(), submit_button(), is_post_type_viewable(), do_action(), _e(), _e(), _e(), _e(), esc_attr(), _e(), selected(), _e(), selected(), _e(), _e(), _e(), _e(), __(), esc_html(), __(), _x(), _x(), __(), current_time(), strtotime(), date_i18n(), current_time(), strtotime(), date_i18n(), sprintf(), __(), number_format_i18n(), printf(), get_edit_post_link(), esc_url(), _ex(), _e(), printf(), _e(), _e(), _e(), touch_time(), get_post_meta(), __(), get_post_meta(), rawurlencode(), admin_url(), add_query_arg(), esc_url(), sprintf(), wp_admin_notice(), do_action(), do_action(), current_user_can(), __(), get_delete_post_link(), time(), strtotime(), esc_attr_x(), _x(), submit_button() |
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 | 759 | 246–377 | 47 | |
| 8.5 | 759 | 246–377 | 47 | |
| 8.4 | 759 | 246–377 | 47 | |
| 8.3 | 759 | 246–377 | 47 | |
| 8.2 | 759 | 246–377 | 47 | 1 more instruction than PHP 8.1 |
| 8.1 | 758 | 246–377 | 47 | 1 fewer instruction than PHP 7.4 |
| 7.4 | 759 | 247–378 | 47 |
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 · 3
3 hooks fire while post_submit_meta_box() runs, in this order:
- do_action( post_submitbox_minor_actions )actionline 97 (+67 into the body)
Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons in the Publish meta box.
- do_action( post_submitbox_misc_actions )actionline 342 (+312 into the body)
Fires after the post time/date setting in the Publish meta box.
- do_action( post_submitbox_start )actionline 359 (+329 into the body)
Fires at the beginning of the publishing actions section of the Publish meta box.
Uses · 28
- get_post_type_object()Retrieves a post type object by name.
- current_user_can()Returns whether the current user has the specified capability.
- submit_button()Echoes a submit button, with provided text and appropriate class(es).
- __()Retrieves the translation of $text.
- esc_attr_e()Displays translated text that has been escaped for safe use in an attribute.
- is_post_type_viewable()Determines whether a post type is considered "viewable".
- esc_url()Checks and cleans a URL.
- get_preview_post_link()Retrieves the URL used for the post preview.
- do_action()Calls the callback functions that have been added to an action hook.
- _e()Displays translated text.
- esc_attr()Escaping for HTML attributes.
- selected()Outputs the HTML selected attribute.
Show all 28
- is_sticky()Determines whether a post is sticky.
- esc_html()Escaping for HTML blocks.
- checked()Outputs the HTML checked attribute.
- _x()Retrieves translated string with gettext context.
- date_i18n()Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds.
- current_time()Retrieves the current time based on specified type.
- number_format_i18n()Converts float number to format based on the locale.
- get_edit_post_link()Retrieves the edit post link for post.
- _ex()Displays translated string with gettext context.
- touch_time()Prints out HTML form date elements for editing post or comment publish date.
- get_post_meta()Retrieves a post meta field for the given post ID.
- add_query_arg()Retrieves a modified URL query string.
- admin_url()Retrieves the URL to the admin area for the current site.
- wp_admin_notice()Outputs an admin notice.
- get_delete_post_link()Retrieves the delete posts link for post.
- esc_attr_x()Translates string with gettext context, and escapes it for safe use in an attribute.
Source code
function post_submit_meta_box( $post, $args = array() ) { global $action; $post_id = (int) $post->ID; $post_type = $post->post_type; $post_type_object = get_post_type_object( $post_type ); $can_publish = current_user_can( $post_type_object->cap->publish_posts ); ?><div class="submitbox" id="submitpost"> <div id="minor-publishing"> <?php // Hidden submit button early on so that the browser chooses the right button when form is submitted with Return key. ?> <div style="display:none;"> <?php submit_button( __( 'Save' ), '', 'save' ); ?> </div> <div id="minor-publishing-actions"> <div id="save-action"> <?php if ( ! in_array( $post->post_status, array( 'publish', 'future', 'pending' ), true ) ) { $private_style = ''; if ( 'private' === $post->post_status ) { $private_style = 'style="display:none"'; } ?> <input <?php echo $private_style; ?> type="submit" name="save" id="save-post" value="<?php esc_attr_e( 'Save Draft' ); ?>" class="button" /> <span class="spinner"></span> <?php } elseif ( 'pending' === $post->post_status && $can_publish ) { ?> <input type="submit" name="save" id="save-post" value="<?php esc_attr_e( 'Save as Pending' ); ?>" class="button" /> <span class="spinner"></span> <?php } ?> </div> <?php if ( is_post_type_viewable( $post_type_object ) ) : ?> <div id="preview-action"> <?php $preview_link = esc_url( get_preview_post_link( $post ) ); if ( 'publish' === $post->post_status ) { $preview_button_text = __( 'Preview Changes' ); } else { $preview_button_text = __( 'Preview' ); } $preview_button = sprintf( '%1$s<span class="screen-reader-text"> %2$s</span>', $preview_button_text, /* translators: Hidden accessibility text. */ __( '(opens in a new tab)' ) ); ?> <a class="preview button" href="<?php echo $preview_link; ?>" target="wp-preview-<?php echo $post_id; ?>" id="post-preview"><?php echo $preview_button; ?></a> <input type="hidden" name="wp-preview" id="wp-preview" value="" /> </div> <?php endif; /** * Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons * in the Publish meta box. * * @since 4.4.0 * * @param WP_Post $post WP_Post object for the current post. */ do_action( 'post_submitbox_minor_actions', $post ); ?> <div class="clear"></div> </div> <div id="misc-publishing-actions"> <div class="misc-pub-section misc-pub-post-status"> <?php _e( 'Status:' ); ?> <span id="post-status-display"> <?php switch ( $post->post_status ) { case 'private': _e( 'Privately Published' );Changelog
Introduced in 2.7.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 6.9.7 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.