WP_Automatic_Updater::send_email( string $type, object $core_update, mixed $result = null )
- Since
- 3.7.0
- Source
wp-admin/includes/class-wp-automatic-updater.php:898
Compatibility
- WordPress
- since 3.7.0
- PHP
- 7.4–8.6-dev
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.
Parameters
$typestring- The type of email to send. Can be one of 'success', 'fail', 'manual', 'critical'.
$core_updateobject- The update offer that was attempted.
$resultmixedoptional- The result for the core update. Can be WP_Error.Default:
null
Performance profile
How much work a call to WP_Automatic_Updater::send_email() 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
- Scaling
- Scales with input
- Instructions
- 171–244
- Plugin surface
- 2 hooks
- Called by
- 2
Sends mail via wp_mail().
The body loops, so the work grows with what you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 449.
Third-party callbacks on 'auto_core_update_send_email', 'auto_core_update_email' run inside this call, and their cost is not bounded by anything here.
2 places in core call this, so the cost is paid more often than your own code shows.
What it touches
- optionnetwork option
update_site_option()called directly - hookthird-party callbacks
apply_filters()called directly - querycontent query
get_user_by()called directly - mailsends mail
wp_mail()called directly - cacheobject cache
wp_cache_get()one call below WP_Automatic_Updater::send_email() - serializeserialisation
maybe_unserialize()one call below WP_Automatic_Updater::send_email() - transienttransient
get_site_transient()one call below WP_Automatic_Updater::send_email()
What one call costs · 168 distinct outcomes
One number would be a lie: the work depends on which branch runs. These are every distinct cost WP_Automatic_Updater::send_email() can have, taken from its control-flow graph on PHP 8.5.
| When | Instructions | Calls it makes |
|---|---|---|
$type === "manual" && $type !== "critical" | 171–172 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" | 172–173 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" | 173–174 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" | 174–175 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && $type !== "critical" | 175–177 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !is_wp_error() | 175–176 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && $type !== "critical" | 176–177 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !is_wp_error() | 176–177 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && $type !== "critical" | 177–179 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !is_wp_error() | 177–178 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 178 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && $type !== "critical" | 178–179 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
156 further outcomes, up to 244 instructions
$type === "manual" && !is_wp_error() | 178–179 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && !is_wp_error() | 179–181 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && $type !== "critical" | 180–182 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && !is_wp_error() | 180–181 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 180 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && $type !== "critical" | 181–182 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && !is_wp_error() | 181–183 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 182–183 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && $type !== "critical" | 182–184 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 182 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && !is_wp_error() | 182–183 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 183 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && $type !== "critical" | 183–184 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && !is_wp_error() | 184–186 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 184 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 184–185 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 184 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && !is_wp_error() | 185–186 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 185 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 186–187 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && !is_wp_error() | 186–188 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 186 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 187–188 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 187 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 187 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && !is_wp_error() | 187–188 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 188–189 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 188 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 188 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 188–189 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 189 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 189–190 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 189 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 189 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 190–191 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 190 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && !get_theme_updates() | 190 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 191–192 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 191–192 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 191 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 191 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 192–193 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 192 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 192 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 193–194 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 193 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 193–194 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 193–194 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 193 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 194 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 194–195 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 194 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && !is_wp_error() | 194 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 195–196 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 195–196 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 195 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 196–197 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 196 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && get_plugin_updates() | 196 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 197–198 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 197 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 197–198 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 198 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 198–199 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 198 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 199–200 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "critical" && !get_plugin_updates() && get_theme_updates() | 199 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 200–201 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && !is_wp_error() | 200 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 201 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 202–203 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && !is_wp_error() | 203 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && is_wp_error() | 206–208 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && is_wp_error() | 207–209 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && is_wp_error() | 208–210 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && is_wp_error() | 209–211 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && is_wp_error() | 210–213 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 211–213 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 212–215 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 213–214 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 213–215 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && is_wp_error() | 215–218 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && is_wp_error() | 215–217 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 215–216 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && is_wp_error() | 216–218 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && is_wp_error() | 216–217 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 217–219 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 217–220 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && is_wp_error() | 217–219 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 218–219 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 218–220 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && is_wp_error() | 218–219 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && is_wp_error() | 219–222 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 219–220 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 219–221 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && is_wp_error() | 220–222 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 220–221 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && is_wp_error() | 221–224 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 221–222 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 222–224 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 222–223 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 222–223 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 222–224 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 223–225 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 223–224 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 224–227 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 224–225 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 224–226 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 224–225 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 224–225 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && $type !== "success" && is_wp_error() | 225–227 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 225–227 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 225–226 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 226–228 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 226–228 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 226–229 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 226–227 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 227–228 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 227–228 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && $type !== "success" && is_wp_error() | 227–229 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 228–230 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 228–229 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 228–230 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 228–230 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 229–230 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 229–230 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 229–230 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 230–232 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 230–231 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 231–233 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 231–233 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 231–232 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 231–232 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 232–234 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 232–233 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 232–233 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 233–234 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 233–235 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 233–235 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 233–234 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 234–236 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && !get_theme_updates() && is_wp_error() | 234–235 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 234–235 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 235–237 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 235–236 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 236–237 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 237–239 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 237–239 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 238–239 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 238–239 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 239–241 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 240–242 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && get_plugin_updates() && is_wp_error() | 240–241 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 241–242 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 242–244 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), __(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
$type === "manual" && !get_plugin_updates() && get_theme_updates() && is_wp_error() | 243–244 | get_site_option(), time(), type(), get_preferred_from_update_core(), get_site_option(), get_user_by(), get_locale(), switch_to_locale(), __(), get_option(), wp_specialchars_decode(), sprintf(), __(), home_url(), sprintf(), explode(), __(), sprintf(), admin_url(), __(), sprintf(), __(), __(), get_plugin_updates(), get_theme_updates(), __(), network_admin_url(), __(), is_wp_error(), __(), get_bloginfo(), sprintf(), __(), __(), ->get_error_code(), ->get_error_data(), ->get_error_data(), get_site_option(), compact(), apply_filters(), wp_specialchars_decode(), wp_mail(), restore_previous_locale() |
This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.
Across PHP versions
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 449 | 171–244 | 41 | |
| 8.5 | 449 | 171–244 | 41 | |
| 8.4 | 449 | 171–244 | 41 | 3 fewer instructions than PHP 8.3 |
| 8.3 | 452 | 171–244 | 41 | |
| 8.2 | 452 | 171–244 | 41 | 1 more instruction than PHP 8.1 |
| 8.1 | 451 | 171–244 | 41 | 1 fewer instruction than PHP 7.4 |
| 7.4 | 452 | 172–245 | 41 |
An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.
Hooks and filters fired · 2
2 hooks fire while WP_Automatic_Updater::send_email() runs, in this order:
- apply_filters( auto_core_update_send_email )filterline 935 (+37 into the body)
Filters whether to send an email following an automatic background core update.
- apply_filters( auto_core_update_email )filterline 1147 (+249 into the body)
Filters the email sent following an automatic background core update.
Uses · 20
- update_site_option()Updates the value of an option that was already added for the current network.
- get_site_option()Retrieve an option value for the current network based on name of option.
- get_preferred_from_update_core()Selects the first update version from the update_core option.
- apply_filters()Calls the callback functions that have been added to a filter hook.
- get_user_by()Retrieves user info by a given field.
- switch_to_user_locale()Switches the translations according to the given user's locale.
- switch_to_locale()Switches the translations according to the given locale.
- get_locale()Retrieves the current locale.
- __()Retrieves the translation of $text.
- wp_specialchars_decode()Converts a number of HTML entities into their special characters.
- get_option()Retrieves an option value based on an option name.
- home_url()Retrieves the URL for the current site where the front end is accessible.
Show all 20
- admin_url()Retrieves the URL to the admin area for the current site.
- network_admin_url()Retrieves the URL to the admin area for the network.
- get_plugin_updates()Retrieves plugins with updates available.
- get_theme_updates()Retrieves themes with updates available.
- is_wp_error()Checks whether the given variable is a WordPress Error.
- get_bloginfo()Retrieves information about the current site.
- wp_mail()Sends an email, similar to PHP's mail function.
- restore_previous_locale()Restores the translations according to the previous locale.
Used by · 2
- WP_Automatic_Updater::after_core_update()Checks whether to send an email and avoid processing future updates after attempting a core update.
- WP_Automatic_Updater::send_core_update_notification_email()Notifies an administrator of a core update.
Source code
protected function send_email( $type, $core_update, $result = null ) { update_site_option( 'auto_core_update_notified', array( 'type' => $type, 'email' => get_site_option( 'admin_email' ), 'version' => $core_update->current, 'timestamp' => time(), ) ); $next_user_core_update = get_preferred_from_update_core(); // If the update transient is empty, use the update we just performed. if ( ! $next_user_core_update ) { $next_user_core_update = $core_update; } if ( 'upgrade' === $next_user_core_update->response && version_compare( $next_user_core_update->version, $core_update->version, '>' ) ) { $newer_version_available = true; } else { $newer_version_available = false; } /** * Filters whether to send an email following an automatic background core update. * * @since 3.7.0 * * @param bool $send Whether to send the email. Default true. * @param string $type The type of email to send. Can be one of * 'success', 'fail', 'critical'. * @param object $core_update The update offer that was attempted. * @param mixed $result The result for the core update. Can be WP_Error. */ if ( 'manual' !== $type && ! apply_filters( 'auto_core_update_send_email', true, $type, $core_update, $result ) ) { return; } $admin_user = get_user_by( 'email', get_site_option( 'admin_email' ) ); if ( $admin_user ) { $switched_locale = switch_to_user_locale( $admin_user->ID ); } else { $switched_locale = switch_to_locale( get_locale() ); } switch ( $type ) { case 'success': // We updated. /* translators: Site updated notification email subject. 1: Site title, 2: WordPress version. */ $subject = __( '[%1$s] Your site has updated to WordPress %2$s' ); break; case 'fail': // We tried to update but couldn't. case 'manual': // We can't update (and made no attempt). /* translators: Update available notification email subject. 1: Site title, 2: WordPress version. */ $subject = __( '[%1$s] WordPress %2$s is available. Please update!' ); break; case 'critical': // We tried to update, started to copy files, then things went wrong. /* translators: Site down notification email subject. 1: Site title. */ $subject = __( '[%1$s] URGENT: Your site may be down due to a failed update' ); break; default: return; } // If the auto-update is not to the latest version, say that the current version of WP is available instead. $version = 'success' === $type ? $core_update->current : $next_user_core_update->current; $subject = sprintf( $subject, wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ), $version ); $body = ''; switch ( $type ) { case 'success': $body .= sprintf( /* translators: 1: Home URL, 2: WordPress version. */Changelog
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, from
src/wp-admin/includes/class-wp-automatic-updater.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.