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.
Source
File: wp-admin/includes/class-language-pack-upgrader-skin.php
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |