wppaste
WordPress

WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()

Since
4.7.0
Source
wp-includes/class-wp-customize-nav-menus.php:999
Ajax handler for adding a new auto-draft post.

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

Reaches the database via get_post().

Scaling
Constant

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

Instructions
95–139

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

Plugin surface
None

Nothing here hands control to plugin code.

Called by
0

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

What it touches

  • hookthird-party callbacksdo_action()one call below WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()
  • querycontent queryget_post()one call below WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()
  • optionoption read or writeget_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.

WhenInstructionsCalls it makes
check_ajax_referer() && !empty($value) && empty($illegal_params) && !empty($params) && post_type_exists() && !is_wp_error()95check_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–99check_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()95check_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–99check_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()96check_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–100check_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()96check_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–100check_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()99check_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()99check_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–103check_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()99check_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–103check_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–103check_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()99check_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–103check_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–103check_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–103check_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()100check_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()100check_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–104check_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()100check_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–104check_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–104check_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()100check_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–104check_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–104check_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–104check_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()101check_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()101check_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–105check_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–105check_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()101check_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–105check_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()102check_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()102check_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–106check_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–106check_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()102check_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–106check_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()103check_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()103check_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–107check_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()103check_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–107check_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–107check_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()103check_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–107check_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–107check_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–107check_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–107check_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–107check_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()104check_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()104check_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–108check_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()104check_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–108check_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–108check_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()104check_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–108check_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–108check_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()104check_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–108check_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–108check_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–108check_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–108check_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()104check_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–108check_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()105check_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–109check_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()105check_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()105check_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()105check_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()105check_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()105check_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–109check_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–109check_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–109check_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()105check_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–109check_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–109check_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–109check_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–109check_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()105check_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–109check_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–109check_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–109check_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()106check_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()106check_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()106check_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()106check_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–110check_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–110check_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()106check_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–110check_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–110check_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–110check_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–110check_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()106check_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–110check_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–110check_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–110check_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()107check_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()107check_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–111check_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()107check_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()107check_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–111check_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–111check_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()107check_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–111check_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–111check_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–111check_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–111check_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–111check_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–111check_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()108check_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()108check_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–112check_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()108check_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()108check_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()108check_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–112check_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–112check_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()108check_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–112check_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–112check_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–112check_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–112check_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()108check_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()108check_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–112check_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–112check_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()108check_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–112check_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–112check_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–112check_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()108check_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–112check_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–112check_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()108check_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–112check_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–112check_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–112check_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()109check_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()109check_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–113check_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()109check_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()109check_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()109check_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–113check_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–113check_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()109check_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()109check_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()109check_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–113check_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–113check_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–113check_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()109check_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–113check_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–113check_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–113check_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–113check_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–113check_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–113check_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()109check_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–113check_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–113check_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–113check_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–113check_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–113check_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–113check_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()110check_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()110check_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()110check_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()110check_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–114check_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–114check_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()110check_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–114check_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–114check_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–114check_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–114check_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()110check_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–114check_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–114check_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–114check_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()110check_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()110check_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–114check_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–114check_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–114check_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–114check_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–114check_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()110check_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–114check_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()111check_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()111check_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()111check_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–115check_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–115check_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()111check_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()111check_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–115check_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–115check_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()111check_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()111check_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–115check_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–115check_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–115check_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–115check_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–115check_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–115check_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–115check_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–115check_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()112check_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()112check_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()112check_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–116check_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–116check_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()112check_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()112check_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()112check_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–116check_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–116check_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–116check_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()112check_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–116check_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–116check_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–116check_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–116check_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–116check_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–116check_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()112check_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()112check_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–116check_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–116check_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–116check_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–116check_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–116check_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–116check_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()112check_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–116check_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–116check_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–116check_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–116check_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()113check_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()113check_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()113check_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–117check_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–117check_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()113check_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()113check_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()113check_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–117check_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–117check_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–117check_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()113check_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–117check_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–117check_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–117check_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–117check_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–117check_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–117check_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()113check_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–117check_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–117check_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–117check_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–117check_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–117check_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–117check_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–117check_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()114check_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()114check_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()114check_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()114check_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–118check_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–118check_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()114check_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()114check_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–118check_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–118check_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–118check_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–118check_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()114check_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–118check_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–118check_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–118check_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–118check_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()114check_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()114check_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–118check_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–118check_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()114check_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()114check_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–118check_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–118check_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–118check_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()114check_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–118check_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–118check_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–118check_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–118check_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()114check_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–118check_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–118check_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–118check_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()115check_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()115check_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()115check_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()115check_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–119check_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–119check_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()115check_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()115check_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–119check_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–119check_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–119check_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–119check_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()115check_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()115check_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–119check_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–119check_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–119check_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–119check_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–119check_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–119check_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–119check_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–119check_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–119check_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()116check_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()116check_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()116check_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()116check_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–120check_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–120check_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–120check_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()116check_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–120check_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–120check_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–120check_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–120check_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()116check_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–120check_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–120check_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–120check_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–120check_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()116check_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–120check_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–120check_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–120check_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–120check_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–120check_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–120check_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()117check_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()117check_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()117check_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()117check_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–121check_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–121check_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–121check_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()117check_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–121check_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–121check_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–121check_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–121check_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()117check_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–121check_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–121check_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–121check_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–121check_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–121check_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–121check_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–121check_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()118check_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()118check_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()118check_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–122check_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–122check_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–122check_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–122check_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()118check_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()118check_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–122check_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–122check_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–122check_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–122check_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–122check_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–122check_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–122check_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()118check_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()118check_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–122check_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–122check_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–122check_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–122check_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–122check_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()118check_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–122check_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–122check_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–122check_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–122check_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–122check_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()119check_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()119check_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()119check_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–123check_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–123check_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–123check_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–123check_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()119check_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()119check_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–123check_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–123check_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–123check_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–123check_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–123check_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–123check_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–123check_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–123check_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–123check_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()120check_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()120check_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()120check_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()120check_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–124check_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–124check_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()120check_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–124check_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–124check_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–124check_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–124check_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()120check_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–124check_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–124check_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–124check_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()120check_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–124check_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–124check_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()120check_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–124check_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–124check_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–124check_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–124check_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()121check_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()121check_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()121check_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()121check_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–125check_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–125check_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()121check_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–125check_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–125check_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–125check_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–125check_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()121check_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–125check_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–125check_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–125check_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–125check_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–125check_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–125check_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()122check_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()122check_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–126check_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–126check_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–126check_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–126check_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–126check_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–126check_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–126check_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–126check_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–126check_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–126check_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()123check_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()123check_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–127check_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–127check_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–127check_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–127check_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–127check_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–127check_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–127check_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()124check_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()124check_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–128check_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–128check_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–128check_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–128check_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()124check_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–128check_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–128check_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–128check_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–128check_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()124check_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–128check_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–128check_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–128check_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–128check_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()125check_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()125check_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–129check_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–129check_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–129check_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–129check_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()125check_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–129check_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–129check_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–129check_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–129check_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–129check_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()126check_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()126check_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–130check_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–130check_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–130check_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–130check_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()127check_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()127check_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–131check_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–131check_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–131check_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–131check_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–132check_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–132check_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–132check_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–132check_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–133check_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–133check_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–133check_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()130check_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–134check_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–134check_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–134check_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()131check_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–135check_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–135check_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–135check_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–138check_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–139check_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

PHPCompiledExecutedBranchesNotes
8.6-dev15695–13912
8.515695–13912
8.415695–139122 fewer instructions than PHP 8.3
8.315897–14112
8.215897–14112
8.115897–14112
7.415897–14112

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

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.

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

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

7.1.0
Return type changed from none to never.verified against source
4.7.0
Introduced.from the docblock

About this page

Parsed data
Generated from the wordpress-develop 6.8.8 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.