Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/update.php | apply_filters | 976 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $update_dat | a { |
array | $titles | An array of update counts and UI strings for available updates. |