Filters the returned array of update data for plugins, themes, and WordPress core.
Parameters
$update_dataarray- Fetched update data.
countsint[]An 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
return apply_filters( 'wp_get_update_data', $update_data, $titles );
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.