wp_get_update_data

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$update_data

Fetched update data.

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

$titles

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

Source Source

File: wp-includes/update.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Advertisement

Leave a Reply