wppaste
WordPress

wp_ajax_update_theme()

Since
4.6.0
Source
wp-admin/includes/ajax-actions.php:4317
Handles updating a theme via AJAX.

Compatibility

WordPress
since 4.6.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_ajax_update_theme() 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
Expensive

Reaches an outbound HTTP request via wp_remote_post().

Scaling
Constant

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

Instructions
78–141

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

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

  • transienttransientget_site_transient()called directly
  • hookthird-party callbacksdo_action()one call below wp_ajax_update_theme()
  • cacheobject cachewp_cache_get()one call below wp_ajax_update_theme()
  • optionnetwork optionget_site_option()one call below wp_ajax_update_theme()
  • httpoutbound HTTP requestwp_remote_post()one call below wp_ajax_update_theme()

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

What one call costs · 352 distinct outcomes

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

WhenInstructionsCalls it makes
!empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result !== false78–82check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result !== false80–84check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && ->has_errors()82–84check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && is_wp_error()83–85check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result !== false83–87check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false84–86check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && ->has_errors()84–86check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && is_wp_error()85–87check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result !== false85–89check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false86–88check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result !== false86–90check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result !== false87–91check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
340 further outcomes, up to 141 instructions
!empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && ->has_errors()87–89check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && is_wp_error()88–90check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()88check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result !== false88–92check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && is_wp_error()89check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false89–91check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result !== false89–93check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && ->has_errors()89–91check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && is_wp_error()90–92check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()90check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && ->has_errors()90–92check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)91–95check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && is_wp_error()91check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false91–93check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && is_wp_error()91–93check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result !== false91–95check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && ->has_errors()91–93check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])92–94check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false92–94check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && is_wp_error()92–94check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result !== false92–96check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && ->has_errors()92–94check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)93–97check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false93–95check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()93check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && is_wp_error()93–95check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result !== false93–97check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && ->has_errors()93–95check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && is_wp_error()94check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])94–96check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false94–96check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && is_wp_error()94–96check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result !== false94–98check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false95–97check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result !== false95–99check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()95check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && ->has_errors()95–97check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)96–100check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && is_wp_error()96check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && is_wp_error()96–98check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()96check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && ->has_errors()96–98check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof97–101check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)97–99check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])97–99check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])97–99check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && is_wp_error()97check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false97–99check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && is_wp_error()97–99check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()97check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result !== false97–101check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && ->has_errors()97–99check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])98check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)98–102check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && is_wp_error()98check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false98–100check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && is_wp_error()98–100check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()98check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && ->has_errors()98–100check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])99–101check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof99–103check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)99–101check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)99–103check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])99–101check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])99–101check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && is_wp_error()99check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false99–101check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && is_wp_error()99–101check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()99check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && ->has_errors()99–101check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)100–104check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])100check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])100–102check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && is_wp_error()100check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false100–102check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && is_wp_error()100–102check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result !== false100–104check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof101–105check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])101–103check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)101–105check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])101–103check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false101–103check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()101check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && ->has_errors()101–103check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof102–106check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)102–104check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])102–104check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && is_wp_error()102check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)102–106check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])102–104check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()102check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && is_wp_error()102–104check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result !== false102–106check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof103–105check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])103check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof103–107check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])103check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && is_wp_error()103check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])103–105check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false103–105check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()103check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])104–106check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])104–106check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof104–108check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)104–106check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)104–108check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])104–106check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && is_wp_error()104check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()104check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && ->has_errors()104–106check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])105check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof105–107check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof105–109check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)105–107check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)105–109check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])105check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])105check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])105–107check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])105–107check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && is_wp_error()105check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && is_wp_error()105–107check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()105check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof106–110check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof106–110check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)106–108check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])106–108check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])106–108check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])106check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)106–110check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])106–108check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])106–108check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && is_wp_error()106check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false106–108check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && ->has_errors()106–108check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof107–109check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])107check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])107–109check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof107–111check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)107–109check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])107check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)107–111check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])107–109check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])107–109check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && is_wp_error()107–109check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()107check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof108–110check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])108check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof108–112check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])108–110check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof108–112check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)108–110check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)108–112check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])108check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])108–110check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])108–110check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && is_wp_error()108check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result !== false108–110check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && $result === false && $wp_filesystem instanceof109–113check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof109–111check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])109–111check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof109–113check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])109–111check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])109check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])109–111check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])110check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])110check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof110–112check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof110–114check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)110–112check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof110–114check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])110check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])110–112check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])110–112check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)110–114check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()110check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof111–113check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof111–115check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)111–113check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && $result === false && $wp_filesystem instanceof111–115check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])111–113check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])111check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof111–115check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])111check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])111–113check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && is_wp_error()111check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])111–113check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof112–114check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof112–114check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])112check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])112check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])112–114check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])112–114check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof112–116check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)112–114check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])112check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof112–116check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])112check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])112–114check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && ->has_errors()112check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), ->get_error_messages(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])113check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof113–115check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])113–115check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])113–115check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof113–117check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)113–115check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)113–117check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])113check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])113check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])113–115check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && is_wp_error()113check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_error_code(), ->get_error_message(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && $result === false && $wp_filesystem instanceof114–118check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof114–116check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof114–118check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])114check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof114–116check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof114–118check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)114–116check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])114–116check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])114–116check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])114check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])114check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])114–116check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])114–116check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof115–117check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])115check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof115–117check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof115–119check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])115check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])115–117check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])115–117check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])115check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)115–119check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof116–118check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof116–118check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && $result === false && $wp_filesystem instanceof116–120check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])116check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof116–120check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])116check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])116–118check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof116–120check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)116–118check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])116–118check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])116–118check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof117–119check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof117–119check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])117check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && $result === false && $wp_filesystem instanceof117–121check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof117–119check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])117–119check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])117check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof117–121check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])117check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])118check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])118check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof118–120check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && $result === false && $wp_filesystem instanceof118–122check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof118–120check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])118–120check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof118–122check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])118check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])118–120check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])119check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])119check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof119–121check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof119–123check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)119–121check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && $result === false && $wp_filesystem instanceof119–123check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])119–121check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])119check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])119–121check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof120–122check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof120–122check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof120–122check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])120check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])120check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && $result === false && $wp_filesystem instanceof120–124check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])120–122check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])120check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof120–124check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])120check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof121–123check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])121check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])121check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])121–123check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])121–123check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof121–125check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && !($wp_filesystem instanceof)121–123check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])121–123check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof122–124check_ajax_referer(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && $result === false && $wp_filesystem instanceof122–126check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof122–124check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])122check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof122–124check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])122check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])122check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof123–125check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])123check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && $result === false && $wp_filesystem instanceof123–127check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof123–125check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof123–127check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])123–125check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])123–125check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof124–126check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])124check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof124–126check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && $result === false && $wp_filesystem instanceof124–128check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])124check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof125–127check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof125–127check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])125check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && $result === false && $wp_filesystem instanceof125–129check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])125check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && !->has_errors() && $result === false && $wp_filesystem instanceof125–129check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof126–128check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])126check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && $result === false && $wp_filesystem instanceof126–130check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof126–128check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])126–128check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])127check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])127check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && $result === false && $wp_filesystem instanceof127–129check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])127check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof128–130check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && $result === false && $wp_filesystem instanceof128–132check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])128–130check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof129–131check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof129–131check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])129check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])129check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), wp_send_json_success(), __(), wp_send_json_error()
!empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof130–132check_ajax_referer(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof131–133check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && $result === false && $wp_filesystem instanceof131–135check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !->has_errors() && $result === false && $wp_filesystem instanceof131–133check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && !empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof132–134check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])132check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && $result === false && $wp_filesystem instanceof133–137check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && !->exists() && empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof134–136check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && !is_wp_error() && !->has_errors() && is_array($result) && !empty($result[$stylesheet])134check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), wp_send_json_success(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && !empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof137–139check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()
empty($value) && !current_user_can() && ->exists() && empty($current) && defined('WP_DEBUG') && $result === false && $wp_filesystem instanceof139–141check_ajax_referer(), __(), slug(), wp_unslash(), current_user_can(), __(), wp_send_json_error(), wp_get_theme(), ->exists(), ->get(), get_site_transient(), wp_update_themes(), theme(), wp_send_json_error(), ->get_upgrade_messages(), is_wp_error(), ->get_errors(), ->has_errors(), __(), is_wp_error(), ->has_errors(), ->get_error_message(), esc_html(), wp_send_json_error(), __(), wp_send_json_error()

Across PHP versions

PHPCompiledExecutedBranchesNotes
8.6-dev18978–14116
8.518978–14116
8.418978–141163 fewer instructions than PHP 8.3
8.319281–14416
8.219281–14416
8.119281–14416
7.419281–14416

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 · 13

Show all 13
  • Theme_Upgrader::__construct()

Source code

function wp_ajax_update_theme() {	check_ajax_referer( 'updates' ); 	if ( empty( $_POST['slug'] ) ) {		wp_send_json_error(			array(				'slug'         => '',				'errorCode'    => 'no_theme_specified',				'errorMessage' => __( 'No theme specified.' ),			)		);	} 	$stylesheet = preg_replace( '/[^A-z0-9_\-]/', '', wp_unslash( $_POST['slug'] ) );	$status     = array(		'update'     => 'theme',		'slug'       => $stylesheet,		'oldVersion' => '',		'newVersion' => '',	); 	if ( ! current_user_can( 'update_themes' ) ) {		$status['errorMessage'] = __( 'Sorry, you are not allowed to update themes for this site.' );		wp_send_json_error( $status );	} 	$theme = wp_get_theme( $stylesheet );	if ( $theme->exists() ) {		$status['oldVersion'] = $theme->get( 'Version' );	} 	require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 	$current = get_site_transient( 'update_themes' );	if ( empty( $current ) ) {		wp_update_themes();	} 	$skin     = new WP_Ajax_Upgrader_Skin();	$upgrader = new Theme_Upgrader( $skin );	$result   = $upgrader->bulk_upgrade( array( $stylesheet ) ); 	if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {		$status['debug'] = $skin->get_upgrade_messages();	} 	if ( is_wp_error( $skin->result ) ) {		$status['errorCode']    = $skin->result->get_error_code();		$status['errorMessage'] = $skin->result->get_error_message();		wp_send_json_error( $status );	} elseif ( $skin->get_errors()->has_errors() ) {		$status['errorMessage'] = $skin->get_error_messages();		wp_send_json_error( $status );	} elseif ( is_array( $result ) && ! empty( $result[ $stylesheet ] ) ) { 		// Theme is already at the latest version.		if ( true === $result[ $stylesheet ] ) {			$status['errorMessage'] = $upgrader->strings['up_to_date'];			wp_send_json_error( $status );		} 		$theme = wp_get_theme( $stylesheet );		if ( $theme->exists() ) {			$status['newVersion'] = $theme->get( 'Version' );		} 		wp_send_json_success( $status );	} elseif ( false === $result ) {		global $wp_filesystem; 		$status['errorCode']    = 'unable_to_connect_to_filesystem';		$status['errorMessage'] = __( 'Unable to connect to the filesystem. Please confirm your credentials.' ); 		// Pass through the error from WP_Filesystem if one was raised.		if ( $wp_filesystem instanceof WP_Filesystem_Base && is_wp_error( $wp_filesystem->errors ) && $wp_filesystem->errors->has_errors() ) {			$status['errorMessage'] = esc_html( $wp_filesystem->errors->get_error_message() );		} 		wp_send_json_error( $status );	}

Changelog

Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.

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

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

About this page

Parsed data
Generated from the wordpress-develop 7.1.0 tag, from src/wp-admin/includes/ajax-actions.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.