On this page
apply_filters( 'wp_get_update_data', array $update_data, array $titles )
Filters the returned array of update data for plugins, themes, and WordPress core.
Parameters
$update_dataarray-
Fetched update data.
countsarrayAn array of counts for available plugin, theme, and WordPress updates.update_titlestringTitles of available updates.
$titlesarray-
An array of update counts and UI strings for available updates.
Source
File: wp-includes/update.php. View all references
return apply_filters( 'wp_get_update_data', $update_data, $titles );
Related
Used By
| Used By | Description |
|---|---|
| wp_get_update_data() wp-includes/update.php | Collects counts and UI strings for available updates. |
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_get_update_data