WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()
- Since
- 4.7.0
- Source
wp-includes/class-wp-customize-nav-menus.php:999
Compatibility
- WordPress
- since 4.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.
Performance profile
How much work a call to WP_Customize_Nav_Menus::ajax_insert_auto_draft_post() 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
- 95–139
- Plugin surface
- None
- 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 156.
Nothing here hands control to plugin code.
Nothing in core calls this; the cost is only what you spend yourself.
What it touches
- hookthird-party callbacks
do_action()one call below WP_Customize_Nav_Menus::ajax_insert_auto_draft_post() - querycontent query
get_post()one call below WP_Customize_Nav_Menus::ajax_insert_auto_draft_post() - optionoption read or write
get_option()one call below WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()
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 · 540 distinct outcomes
One number would be a lie: the work depends on which branch runs. These are every distinct cost WP_Customize_Nav_Menus::ajax_insert_auto_draft_post() can have, taken from its control-flow graph on PHP 8.5.
| When | Instructions | Calls it makes |
|---|---|---|
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 95 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && !is_wp_error() | 95–99 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 95 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && empty($params) && !current_user_can() && !is_wp_error() | 95–99 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 96 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 96–100 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 96 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && !is_wp_error() | 96–100 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 99 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 99 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && !is_wp_error() | 99–103 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 99 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
528 further outcomes, up to 139 instructions
check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 99–103 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && !is_wp_error() | 99–103 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 99 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && !current_user_can() && !is_wp_error() | 99–103 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && empty($params) && !is_wp_error() | 99–103 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && !current_user_can() && !is_wp_error() | 99–103 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 100 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 100 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 100–104 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 100 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 100–104 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 100–104 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 100 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && !is_wp_error() | 100–104 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && empty($params) && !is_wp_error() | 100–104 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && !is_wp_error() | 100–104 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 101 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 101 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && !is_wp_error() | 101–105 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && !is_wp_error() | 101–105 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 101 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && empty($params) && !current_user_can() && !is_wp_error() | 101–105 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 102 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 102 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 102–106 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 102–106 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 102 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && !is_wp_error() | 102–106 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 103 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 103 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 103–107 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 103 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 103–107 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && !is_wp_error() | 103–107 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 103 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 103–107 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() && !empty($value) | 103–107 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && empty($params) && !is_wp_error() | 103–107 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && !current_user_can() && !is_wp_error() | 103–107 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && empty($params) && !is_wp_error() | 103–107 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 104 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 104 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 104–108 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 104 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 104–108 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 104–108 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 104 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 104–108 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 104–108 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 104 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && !is_wp_error() | 104–108 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && !is_wp_error() | 104–108 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && !is_wp_error() | 104–108 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() | 104–108 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() | 104 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() | 104–108 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 105 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 105–109 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() | 105 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 105 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 105 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 105 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 105 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 105–109 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && !is_wp_error() | 105–109 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && !is_wp_error() | 105–109 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 105 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 105–109 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 105–109 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && !is_wp_error() | 105–109 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && !is_wp_error() | 105–109 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 105 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && !current_user_can() && !is_wp_error() | 105–109 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && empty($params) && !is_wp_error() | 105–109 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && !current_user_can() && !is_wp_error() | 105–109 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 106 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 106 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 106 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 106 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 106–110 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 106–110 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 106 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 106–110 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 106–110 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 106–110 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 106–110 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 106 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && !is_wp_error() | 106–110 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && empty($params) && !is_wp_error() | 106–110 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && !is_wp_error() | 106–110 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 107 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 107 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 107–111 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 107 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 107 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 107–111 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 107–111 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 107 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 107–111 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && !is_wp_error() | 107–111 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() && !empty($value) | 107–111 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 107–111 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() && !empty($value) | 107–111 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && empty($params) && !is_wp_error() | 107–111 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 108 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 108 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 108 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 108 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 108 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 108–112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 108 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 108–112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 108 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 108 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 108–112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 108 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && !is_wp_error() | 108–112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && empty($params) && !is_wp_error() | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() | 108 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() | 108–112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() | 108 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 108–112 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() | 108–112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 109 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 109 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 109 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 109 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() | 109 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 109–113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() | 109 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 109 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 109 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 109 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 109–113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && !is_wp_error() | 109–113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && !is_wp_error() | 109–113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 109 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 109–113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 109–113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() && !empty($value) | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && empty($params) && !is_wp_error() | 109–113 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && !current_user_can() && !is_wp_error() | 109–113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && empty($params) && !is_wp_error() | 109–113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 110 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 110 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 110 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 110 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 110 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 110–114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 110–114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 110 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 110–114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 110–114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 110 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 110 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && !is_wp_error() | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && !is_wp_error() | 110–114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && !is_wp_error() | 110–114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() | 110 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() | 110–114 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 111 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 111 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 111 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 111–115 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 111–115 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() | 111 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 111 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 111–115 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 111–115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 111 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 111 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 111–115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 111–115 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && !is_wp_error() | 111–115 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 111–115 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 111–115 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && !is_wp_error() | 111–115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() && !empty($value) | 111–115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 111–115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 112 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 112 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 112 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && !is_wp_error() | 112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && !is_wp_error() | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && empty($params) && !is_wp_error() | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && !is_wp_error() | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() | 112 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 112–116 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 112–116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 113 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 113 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 113–117 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() | 113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 113 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 113–117 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 113 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() && !empty($value) | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && empty($params) && !is_wp_error() | 113–117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 114 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 114 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 114 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 114 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 114 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 114 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && !is_wp_error() | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() | 114 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() | 114 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 114–118 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() | 114–118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 115 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 115 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 115–119 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 115–119 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 115 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() | 115 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 115–119 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 115–119 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 115–119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 115–119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() | 115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 115 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 115–119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 115–119 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 115–119 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 115–119 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 115–119 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 115–119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && !is_wp_error() | 115–119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 115–119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 115–119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 116 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 116 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 116–120 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 116–120 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 116 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 116–120 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 116–120 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && !is_wp_error() | 116 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 116–120 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 116 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && !is_wp_error() | 116–120 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && !is_wp_error() | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && !is_wp_error() | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() | 116–120 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 116–120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 117 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 117 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 117–121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 117–121 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 117–121 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() | 117 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 117 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 117–121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 117–121 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 117–121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 118 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 118–122 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 118–122 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 118–122 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 118–122 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && !current_user_can() && is_wp_error() | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() | 118 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 118–122 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && !current_user_can() && is_wp_error() | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 118–122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 119 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 119–123 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 119–123 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 119–123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 119–123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() | 119 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 119–123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 119–123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 119–123 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 119–123 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 119–123 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 119–123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 119–123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 119–123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 119–123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 120 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 120 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 120 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error() | 120–124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 120–124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 120 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 120–124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 120 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && !is_wp_error() | 120–124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() | 120–124 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 120–124 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() | 120–124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 121 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 121 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 121–125 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 121–125 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() | 121 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 121–125 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 121–125 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 121–125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 121–125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() | 121 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 121–125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 121–125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 121–125 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 121–125 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 121–125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 121–125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 122 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 122 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 122–126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 122–126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 122–126 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 122–126 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 122–126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 122–126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 122–126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 122–126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 122–126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 122–126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 123 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 123 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 123–127 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 123–127 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 123–127 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 123–127 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() && !empty($value) | 123–127 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 123–127 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 123–127 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 124 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 124–128 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 124–128 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && !current_user_can() && is_wp_error() | 124–128 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 124–128 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 125–129 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 125–129 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 125–129 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 125–129 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() | 125 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 125–129 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 125–129 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 125–129 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 125–129 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && empty($params) && is_wp_error() | 125–129 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 126 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 126 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 126–130 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 126–130 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 126–130 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && !is_wp_error() | 126–130 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), get_permalink(), wp_send_json_success() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 127 | check_ajax_referer(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 127 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 127–131 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 127–131 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 127–131 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 127–131 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() && !empty($value) | 128–132 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 128–132 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && empty($params) && is_wp_error() && !empty($value) | 128–132 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !current_user_can() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 128–132 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && post_type_exists() && is_wp_error() | 129–133 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 129–133 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && empty($params) && is_wp_error() | 129–133 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 130 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 130–134 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 130–134 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 130–134 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 131 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 131–135 | check_ajax_referer(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 131–135 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 131–135 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() && !empty($value) | 134–138 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
!check_ajax_referer() && empty($value) && !empty($illegal_params) && !empty($params) && !post_type_exists() && is_wp_error() | 135–139 | check_ajax_referer(), wp_send_json_error(), current_user_can(), wp_send_json_error(), wp_send_json_error(), wp_unslash(), array_keys(), array_diff(), wp_send_json_error(), array_merge(), post_type_exists(), status_header(), wp_send_json_error(), get_post_type_object(), current_user_can(), current_user_can(), status_header(), wp_send_json_error(), status_header(), wp_send_json_error(), ->insert_auto_draft_post(), is_wp_error(), __(), __(), ->get_error_message(), sprintf(), wp_send_json_error() |
Across PHP versions
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 156 | 95–139 | 12 | |
| 8.5 | 156 | 95–139 | 12 | |
| 8.4 | 156 | 95–139 | 12 | 2 fewer instructions than PHP 8.3 |
| 8.3 | 158 | 97–141 | 12 | |
| 8.2 | 158 | 97–141 | 12 | |
| 8.1 | 158 | 97–141 | 12 | |
| 7.4 | 158 | 97–141 | 12 |
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.
Uses · 12
- check_ajax_referer()Verifies the Ajax request to prevent processing requests external of the blog.
- wp_send_json_error()Sends a JSON response back to an Ajax request, indicating failure.
- current_user_can()Returns whether the current user has the specified capability.
- wp_unslash()Removes slashes from a string or recursively removes slashes from strings within an array.
- post_type_exists()Determines whether a post type is registered.
- status_header()Sets HTTP status header.
- get_post_type_object()Retrieves a post type object by name.
- is_wp_error()Checks whether the given variable is a WordPress Error.
- __()Retrieves the translation of $text.
- get_permalink()Retrieves the full permalink for the current post or post ID.
- wp_send_json_success()Sends a JSON response back to an Ajax request, indicating success.
- WP_Customize_Nav_Menus::insert_auto_draft_post()Adds a new `auto-draft` post.
Source code
public function ajax_insert_auto_draft_post() { if ( ! check_ajax_referer( 'customize-menus', 'customize-menus-nonce', false ) ) { wp_send_json_error( 'bad_nonce', 400 ); } if ( ! current_user_can( 'customize' ) ) { wp_send_json_error( 'customize_not_allowed', 403 ); } if ( empty( $_POST['params'] ) || ! is_array( $_POST['params'] ) ) { wp_send_json_error( 'missing_params', 400 ); } $params = wp_unslash( $_POST['params'] ); $illegal_params = array_diff( array_keys( $params ), array( 'post_type', 'post_title' ) ); if ( ! empty( $illegal_params ) ) { wp_send_json_error( 'illegal_params', 400 ); } $params = array_merge( array( 'post_type' => '', 'post_title' => '', ), $params ); if ( empty( $params['post_type'] ) || ! post_type_exists( $params['post_type'] ) ) { status_header( 400 ); wp_send_json_error( 'missing_post_type_param' ); } $post_type_object = get_post_type_object( $params['post_type'] ); if ( ! current_user_can( $post_type_object->cap->create_posts ) || ! current_user_can( $post_type_object->cap->publish_posts ) ) { status_header( 403 ); wp_send_json_error( 'insufficient_post_permissions' ); } $params['post_title'] = trim( $params['post_title'] ); if ( '' === $params['post_title'] ) { status_header( 400 ); wp_send_json_error( 'missing_post_title' ); } $r = $this->insert_auto_draft_post( $params ); if ( is_wp_error( $r ) ) { $error = $r; if ( ! empty( $post_type_object->labels->singular_name ) ) { $singular_name = $post_type_object->labels->singular_name; } else { $singular_name = __( 'Post' ); } $data = array( /* translators: 1: Post type name, 2: Error message. */ 'message' => sprintf( __( '%1$s could not be created: %2$s' ), $singular_name, $error->get_error_message() ), ); wp_send_json_error( $data ); } else { $post = $r; $data = array( 'post_id' => $post->ID, 'url' => get_permalink( $post->ID ), ); wp_send_json_success( $data ); } }Changelog
Introduced in 4.7.0. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
none to never.verified against sourceAbout this page
- Parsed data
- Generated from the wordpress-develop 6.9.7 tag, from
src/wp-includes/class-wp-customize-nav-menus.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.