update_translations_complete_actions WordPress Action Hook

The update_translations_complete_actions hook is a great way to keep your translations up to date. It can be used to automatically update your translations when a new version of WordPress is released, or when a translation is updated.

apply_filters( 'update_translations_complete_actions', string[] $update_actions ) #

Filters the list of action links available following a translations update.


Parameters

$update_actions

(string[])Array of translations update links.


Top ↑

Source

File: wp-admin/includes/class-language-pack-upgrader-skin.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
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.