wppaste
WordPress

wp_get_update_data(): array

Since
3.3.0
Source
wp-includes/update.php:935
Collects counts and UI strings for available updates.

Compatibility

WordPress
since 3.3.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.

Return value

array
Fetched update data.
  • $countsint[]

    An array of counts for available plugin, theme, and WordPress updates.
  • $update_titlestring

    Titles of available updates.

Performance profile

How much work a call to wp_get_update_data() 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
Moderate

Reads stored settings via get_site_option(), cached per request but not free on a cold cache.

Scaling
Constant

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

Instructions
48–132

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

Plugin surface
1 hook

Third-party callbacks on 'wp_get_update_data' run inside this call, and their cost is not bounded by anything here.

Called by
5

5 places in core call this, so the cost is paid more often than your own code shows.

What it touches

  • transienttransientget_site_transient()called directly
  • hookthird-party callbacksapply_filters()called directly
  • cacheobject cachewp_cache_get()one call below wp_get_update_data()
  • optionnetwork optionget_site_option()one call below wp_get_update_data()

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

What one call costs · 432 distinct outcomes

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

WhenInstructionsCalls it makes
!$counts48current_user_can(), current_user_can(), current_user_can(), apply_filters()
!$counts50–53current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), apply_filters()
!$counts53current_user_can(), current_user_can(), current_user_can(), esc_attr(), apply_filters()
always53current_user_can(), current_user_can(), current_user_can(), __(), apply_filters()
!function_exists() && !$counts53current_user_can(), current_user_can(), current_user_can(), function_exists(), apply_filters()
!$counts54–58current_user_can(), current_user_can(), get_site_transient(), current_user_can(), apply_filters()
empty($update_plugins) && !$counts54current_user_can(), get_site_transient(), current_user_can(), current_user_can(), apply_filters()
!function_exists() && !$counts54–58current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), apply_filters()
!$counts55–58current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), esc_attr(), apply_filters()
always55–58current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), apply_filters()
!$counts56–63current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), apply_filters()
empty($update_plugins) && !$counts56–59current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), apply_filters()
420 further outcomes, up to 132 instructions
always58current_user_can(), current_user_can(), current_user_can(), __(), esc_attr(), apply_filters()
always58current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), apply_filters()
!function_exists() && !$counts58current_user_can(), current_user_can(), current_user_can(), function_exists(), esc_attr(), apply_filters()
!function_exists()58current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), apply_filters()
function_exists() && !$counts59–63current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), apply_filters()
!$counts59–63current_user_can(), current_user_can(), get_site_transient(), current_user_can(), esc_attr(), apply_filters()
always59–63current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), apply_filters()
!function_exists() && !$counts59–63current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), apply_filters()
empty($update_plugins) && !$counts59current_user_can(), get_site_transient(), current_user_can(), current_user_can(), esc_attr(), apply_filters()
empty($update_plugins)59current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), apply_filters()
!function_exists() && !$counts59–63current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), esc_attr(), apply_filters()
!function_exists()59–63current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), apply_filters()
always60–63current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
always60–63current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
function_exists() && !$counts60–68current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), apply_filters()
!function_exists() && !$counts60–68current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), apply_filters()
!$counts61–68current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), esc_attr(), apply_filters()
always61–68current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), apply_filters()
empty($update_plugins) && !$counts61–64current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), esc_attr(), apply_filters()
empty($update_plugins)61–64current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), apply_filters()
always62current_user_can(), current_user_can(), current_user_can(), _n(), sprintf(), apply_filters()
always63current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), esc_attr(), apply_filters()
always63current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), __(), apply_filters()
!function_exists()63current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), esc_attr(), apply_filters()
!function_exists()63current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), apply_filters()
always64–67current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
function_exists() && !$counts64–68current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), esc_attr(), apply_filters()
function_exists()64–68current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), apply_filters()
always64–68current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), esc_attr(), apply_filters()
always64–68current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), apply_filters()
!function_exists() && !$counts64–68current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), esc_attr(), apply_filters()
!function_exists()64–68current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), apply_filters()
empty($update_plugins)64current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), esc_attr(), apply_filters()
empty($update_plugins)64current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), apply_filters()
!function_exists()64–68current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
!function_exists()64–68current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
function_exists() && !$counts65–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), apply_filters()
always65–68current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
always65–68current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
function_exists() && !$counts65–73current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), esc_attr(), apply_filters()
function_exists()65–73current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), apply_filters()
!function_exists() && !$counts65–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), esc_attr(), apply_filters()
!function_exists()65–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), apply_filters()
always66–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
always66–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
function_exists() && !$counts66–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), apply_filters()
empty($update_plugins)66–69current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
empty($update_plugins)66–69current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
always67current_user_can(), current_user_can(), current_user_can(), _n(), sprintf(), esc_attr(), apply_filters()
always67current_user_can(), current_user_can(), current_user_can(), _n(), sprintf(), __(), apply_filters()
!function_exists()67current_user_can(), current_user_can(), current_user_can(), function_exists(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress) && !$counts67–69current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), apply_filters()
always68–72current_user_can(), current_user_can(), get_site_transient(), current_user_can(), _n(), sprintf(), apply_filters()
empty($update_plugins)68current_user_can(), get_site_transient(), current_user_can(), current_user_can(), _n(), sprintf(), apply_filters()
always68current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()68–72current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
!function_exists()68current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), esc_attr(), apply_filters()
!function_exists()68current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress) && !$counts68–74current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), apply_filters()
always69–72current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
always69–72current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
function_exists()69–73current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), esc_attr(), apply_filters()
function_exists()69–73current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), apply_filters()
always69–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), esc_attr(), apply_filters()
always69–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), __(), apply_filters()
!function_exists()69–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), esc_attr(), apply_filters()
!function_exists()69–73current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), apply_filters()
empty($update_plugins)69current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins)69current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), __(), apply_filters()
!function_exists()69–73current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
!function_exists()69–73current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
always70–77current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
function_exists() && !$counts70–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), esc_attr(), apply_filters()
function_exists()70–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), apply_filters()
empty($update_plugins)70–73current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
always70–73current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()70–78current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
function_exists()70–78current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
!function_exists()70–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
!function_exists()70–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
always71–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
always71–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
function_exists() && !$counts71–83current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), esc_attr(), apply_filters()
function_exists()71–83current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), apply_filters()
empty($update_plugins)71–74current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins)71–74current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
always72current_user_can(), current_user_can(), current_user_can(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always72current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()72current_user_can(), current_user_can(), current_user_can(), function_exists(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()72current_user_can(), current_user_can(), current_user_can(), function_exists(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress) && !$counts72–74current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)72–74current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), apply_filters()
function_exists()73–77current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), apply_filters()
always73–77current_user_can(), current_user_can(), get_site_transient(), current_user_can(), _n(), sprintf(), esc_attr(), apply_filters()
always73–77current_user_can(), current_user_can(), get_site_transient(), current_user_can(), _n(), sprintf(), __(), apply_filters()
!function_exists()73–77current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress) && !$counts73–79current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), apply_filters()
empty($update_plugins)73current_user_can(), get_site_transient(), current_user_can(), current_user_can(), _n(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins)73current_user_can(), get_site_transient(), current_user_can(), current_user_can(), _n(), sprintf(), __(), apply_filters()
!function_exists()73–77current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()73–77current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
!function_exists()73current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress) && !$counts73–79current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)73–79current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), apply_filters()
always74–77current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always74–77current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()74–82current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
function_exists()74–78current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), esc_attr(), apply_filters()
function_exists()74–78current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), __(), apply_filters()
always74–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()74–82current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
!function_exists()74–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), esc_attr(), apply_filters()
!function_exists()74–78current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress) && !$counts74–84current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), apply_filters()
empty($update_plugins)74current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()74–78current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
always75–82current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
always75–82current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
function_exists()75–83current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), esc_attr(), apply_filters()
function_exists()75–83current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), apply_filters()
empty($update_plugins)75–78current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins)75–78current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
function_exists()75–83current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
function_exists()75–83current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
!function_exists()75–83current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
!function_exists()75–83current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
always76current_user_can(), current_user_can(), current_user_can(), _n(), sprintf(), _n(), sprintf(), apply_filters()
always76–83current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()76–88current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
function_exists()76–88current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
empty($update_plugins)76–79current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
always77current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
always77current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()77current_user_can(), current_user_can(), current_user_can(), function_exists(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()77current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)77–79current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)77–79current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), apply_filters()
always78–81current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()78–82current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()78–82current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), __(), apply_filters()
always78–82current_user_can(), current_user_can(), get_site_transient(), current_user_can(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always78–82current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()78–82current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()78–82current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress) && !$counts78–84current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)78–84current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), apply_filters()
empty($update_plugins)78current_user_can(), get_site_transient(), current_user_can(), current_user_can(), _n(), sprintf(), __(), esc_attr(), apply_filters()
empty($update_plugins)78current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()78–82current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()78–82current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)78–84current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)78–84current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
function_exists()79–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), apply_filters()
always79–82current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
always79–82current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()79–87current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()79–87current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
function_exists()79–83current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()79–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()79–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
!function_exists()79–83current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress) && !$counts79–89current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)79–89current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), apply_filters()
always80–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always80–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()80–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
function_exists()80–88current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), esc_attr(), apply_filters()
function_exists()80–88current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), __(), apply_filters()
empty($update_plugins)80–83current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
empty($update_plugins)80–83current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()80–88current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()80–88current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
always81current_user_can(), current_user_can(), current_user_can(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
always81current_user_can(), current_user_can(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()81current_user_can(), current_user_can(), current_user_can(), function_exists(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)81–83current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), apply_filters()
function_exists()81–93current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
function_exists()81–93current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
always82–86current_user_can(), current_user_can(), get_site_transient(), current_user_can(), _n(), sprintf(), _n(), sprintf(), apply_filters()
empty($update_plugins)82current_user_can(), get_site_transient(), current_user_can(), current_user_can(), _n(), sprintf(), _n(), sprintf(), apply_filters()
always82current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()82–86current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()82current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()82current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)82–88current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)82–84current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)82–84current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), __(), apply_filters()
always83–86current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
always83–86current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()83–87current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()83–87current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
always83–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
always83–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()83–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()83–87current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)83–89current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)83–89current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), apply_filters()
empty($update_plugins)83current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins)83current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()83–87current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()83–87current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)83–89current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)83–89current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
always84–91current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()84–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()84–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), __(), apply_filters()
empty($update_plugins)84–87current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
always84–87current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()84–92current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()84–92current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()84–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()84–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)84–94current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)84–94current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), apply_filters()
always85–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
always85–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()85–97current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()85–97current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
function_exists()85–93current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
empty($update_plugins)85–88current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins)85–88current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
always86current_user_can(), current_user_can(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always86current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()86current_user_can(), current_user_can(), current_user_can(), function_exists(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()86current_user_can(), current_user_can(), current_user_can(), function_exists(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)86–88current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)86–88current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), __(), apply_filters()
function_exists()86–98current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()87–91current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
always87–91current_user_can(), current_user_can(), get_site_transient(), current_user_can(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
always87–91current_user_can(), current_user_can(), get_site_transient(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()87–91current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)87–93current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), apply_filters()
empty($update_plugins)87current_user_can(), get_site_transient(), current_user_can(), current_user_can(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins)87current_user_can(), get_site_transient(), current_user_can(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()87–91current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()87–91current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()87current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)87–93current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)87–93current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)87–89current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), __(), esc_attr(), apply_filters()
always88–91current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always88–91current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()88–96current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()88–92current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()88–92current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
always88–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()88–96current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()88–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()88–92current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)88–98current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)88–94current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)88–94current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), __(), apply_filters()
empty($update_plugins)88current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()88–92current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)88–94current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
always89–96current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
always89–96current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()89–97current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()89–97current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
empty($update_plugins)89–92current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins)89–92current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()89–97current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()89–97current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()89–97current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()89–97current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)89–99current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)89–99current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), apply_filters()
always90–97current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()90–102current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()90–102current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
empty($update_plugins)90–93current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always91current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
$counts91current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()91current_user_can(), current_user_can(), current_user_can(), function_exists(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()91current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)91–93current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)91–93current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()92–96current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()92–96current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
always92–96current_user_can(), current_user_can(), get_site_transient(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always92–96current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()92–96current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()92–96current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)92–98current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)92–98current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), __(), apply_filters()
empty($update_plugins)92current_user_can(), get_site_transient(), current_user_can(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
empty($update_plugins)92current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()92–96current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()92–96current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)92–98current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)92–98current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()93–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
always93–96current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
$counts93–96current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()93–101current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()93–101current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()93–97current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()93–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists()93–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()93–97current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)93–103current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)93–103current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)93–99current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), __(), esc_attr(), apply_filters()
always94–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
always94–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()94–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()94–102current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()94–102current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
empty($update_plugins)94–97current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
empty($update_plugins)94–97current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()94–102current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()94–102current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)94–104current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)95–97current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()95–107current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()95–107current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
$counts96current_user_can(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()96current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists() && $counts96current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)96–102current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)96–98current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)96–98current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()97–101current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()97–101current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
always97–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
$counts97–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()97–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()97–101current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)97–103current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)97–103current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), apply_filters()
empty($update_plugins)97current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins) && $counts97current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()97–101current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists() && $counts97–101current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)97–103current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)97–103current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()98–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()98–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
$counts98–101current_user_can(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()98–106current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()98–106current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists()98–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()98–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)98–108current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)98–108current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), apply_filters()
always99–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
$counts99–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()99–111current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists()99–111current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()99–107current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
empty($update_plugins)99–102current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
empty($update_plugins) && $counts99–102current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)100–102current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)100–102current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists()100–112current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)101–107current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), _n(), sprintf(), apply_filters()
!function_exists() && $counts101current_user_can(), current_user_can(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)101–107current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)101–107current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)101–103current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()102–106current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && $counts102–106current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
$counts102–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists()102–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists() && $counts102–106current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)102–112current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)102–108current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)102–108current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
empty($update_plugins) && $counts102current_user_can(), get_site_transient(), current_user_can(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists() && $counts102–106current_user_can(), current_user_can(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)102–108current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()103–111current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()103–111current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists()103–111current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && $counts103–111current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
!function_exists()103–111current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
!function_exists() && $counts103–111current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)103–113current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)103–113current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), apply_filters()
$counts104–111current_user_can(), current_user_can(), get_site_transient(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()104–116current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()104–116current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
empty($update_plugins) && $counts104–107current_user_can(), get_site_transient(), current_user_can(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)105–107current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)105–107current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)106–112current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)106–112current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)106–112current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)106–112current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && $counts107–111current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists() && $counts107–111current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)107–117current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)107–117current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)107–113current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()108–116current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && $counts108–116current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && $counts108–116current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
!function_exists() && $counts108–116current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)108–118current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists()109–121current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && $counts109–121current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)110–112current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress) && $counts110–112current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)111–117current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)111–117current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && !empty($update_wordpress)111–117current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress) && $counts111–117current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress)112–122current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)112–122current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), apply_filters()
function_exists() && $counts113–121current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && $counts114–126current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress) && $counts115–117current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)116–122current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress) && $counts116–122current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress) && $counts116–122current_user_can(), current_user_can(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress)117–127current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress) && $counts117–127current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), apply_filters()
function_exists() && !empty($update_wordpress) && $counts121–127current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()
function_exists() && !empty($update_wordpress) && $counts122–132current_user_can(), current_user_can(), get_site_transient(), current_user_can(), function_exists(), get_core_updates(), current_user_can(), wp_get_translation_updates(), __(), sprintf(), _n(), sprintf(), _n(), sprintf(), __(), esc_attr(), apply_filters()

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

PHPCompiledExecutedBranchesNotes
8.6-dev14248–131181 fewer instruction than PHP 8.5
8.514348–13218
8.414348–132183 fewer instructions than PHP 8.3
8.314648–13518
8.214648–13518
8.114648–13518
7.414648–13518

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

One hook fires while wp_get_update_data() runs, in this order:

  1. apply_filters( wp_get_update_data )filterline 1021 (+86 into the body)

    Filters the returned array of update data for plugins, themes, and WordPress core.

Uses · 8

Used by · 5

Source code

function wp_get_update_data() {	$counts = array(		'plugins'      => 0,		'themes'       => 0,		'wordpress'    => 0,		'translations' => 0,	); 	$plugins = current_user_can( 'update_plugins' ); 	if ( $plugins ) {		$update_plugins = get_site_transient( 'update_plugins' ); 		if ( ! empty( $update_plugins->response ) ) {			$counts['plugins'] = count( $update_plugins->response );		}	} 	$themes = current_user_can( 'update_themes' ); 	if ( $themes ) {		$update_themes = get_site_transient( 'update_themes' ); 		if ( ! empty( $update_themes->response ) ) {			$counts['themes'] = count( $update_themes->response );		}	} 	$core = current_user_can( 'update_core' ); 	if ( $core && function_exists( 'get_core_updates' ) ) {		$update_wordpress = get_core_updates( array( 'dismissed' => false ) ); 		if ( ! empty( $update_wordpress )			&& ! in_array( $update_wordpress[0]->response, array( 'development', 'latest' ), true )			&& current_user_can( 'update_core' )		) {			$counts['wordpress'] = 1;		}	} 	if ( ( $core || $plugins || $themes ) && wp_get_translation_updates() ) {		$counts['translations'] = 1;	} 	$counts['total'] = $counts['plugins'] + $counts['themes'] + $counts['wordpress'] + $counts['translations'];	$titles          = array(); 	if ( $counts['wordpress'] ) {		/* translators: %d: Number of available WordPress updates. */		$titles['wordpress'] = sprintf( __( '%d WordPress Update' ), $counts['wordpress'] );	} 	if ( $counts['plugins'] ) {		/* translators: %d: Number of available plugin updates. */		$titles['plugins'] = sprintf( _n( '%d Plugin Update', '%d Plugin Updates', $counts['plugins'] ), $counts['plugins'] );	} 	if ( $counts['themes'] ) {		/* translators: %d: Number of available theme updates. */		$titles['themes'] = sprintf( _n( '%d Theme Update', '%d Theme Updates', $counts['themes'] ), $counts['themes'] );	} 	if ( $counts['translations'] ) {		$titles['translations'] = __( 'Translation Updates' );	} 	$update_title = $titles ? esc_attr( implode( ', ', $titles ) ) : ''; 	$update_data = array(		'counts' => $counts,		'title'  => $update_title,	);	/**	 * Filters the returned array of update data for plugins, themes, and WordPress core.	 *	 * @since 3.5.0	 *	 * @param array $update_data {	 *     Fetched update data.

Changelog

Introduced in 3.3.0. Unchanged from 6.7.7 through 7.1.0.

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

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

About this page

Parsed data
Generated from the wordpress-develop 7.0.4 tag, from src/wp-includes/update.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.