apply_filters( 'wp_get_update_data', array $update_data, array $titles )

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


Description Description


Parameters Parameters

$update_data

(array) Fetched update data.

  • 'counts'
    (array) An array of counts for available plugin, theme, and WordPress updates.
  • 'update_title'
    (string) Titles of available updates.

$titles

(array) An array of update counts and UI strings for available updates.


Top ↑

Source Source

File: wp-includes/update.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.