Filter hook 'wp_get_update_data'

in WP Core File wp-includes/update.php at line 981

Description

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

Occurrences

Filename Line Number
wp-includes/update.php 981

Parameters

Type Name Description
array $update_data { Fetched update data.
array $titles An array of update counts and UI strings for available updates.

PHP Doc

/**
	 * Filters the returned array of update data for plugins, themes, and WordPress core.
	 *
	 * @since 3.5.0
	 *
	 * @param array $update_data {
	 *     Fetched update data.
	 *
	 *     @type array   $counts       An array of counts for available plugin, theme, and WordPress updates.
	 *     @type string  $update_title Titles of available updates.
	 * }
	 * @param array $titles An array of update counts and UI strings for available updates.
	 */