Filters the returned array of update data for plugins, themes, and WordPress core.
Parameters
$update_dataarray
{ 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.}
$countsarray
An array of counts for available plugin, theme, and WordPress updates.
$update_titlestring
Titles of available updates.
$titlesarray
An array of update counts and UI strings for available updates.
971*972* @type array$counts An array of counts for available plugin, theme,and WordPress updates.973* @type string$update_title Titles of available updates.974*}975* @param array$titles An array of update counts andUI strings for available updates.976*/977returnapply_filters('wp_get_update_data',$update_data,$titles);978}979980/**981* Determines whether core should be updated.982*983* @since 2.8.0
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.