plugins_update_check_locales WordPress Filter Hook

The plugins_update_check_locales Wordpress hook is used to check for updates to installed plugins, and to update the locales of those plugins if necessary. This hook is called by the plugin update checker when it is run, and is used to ensure that the locales of installed plugins are up to date.

apply_filters( 'plugins_update_check_locales', array $locales ) #

Filters the locales requested for plugin translations.


Parameters

$locales

(array)Plugin locales. Default is all available locales of the site.


Top ↑

Source

File: wp-includes/update.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.5.0The default value of the $locales parameter changed to include all locales.
3.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.