On this page
apply_filters( 'update_translations_complete_actions', string[] $update_actions )
Filters the list of action links available following a translations update.
Parameters
$update_actionsstring[]-
Array of translations update links.
Source
File: wp-admin/includes/class-language-pack-upgrader-skin.php. View all references
$update_actions = apply_filters( 'update_translations_complete_actions', $update_actions );
Related
Used By
| Used By | Description |
|---|---|
| Language_Pack_Upgrader_Skin::bulk_footer() wp-admin/includes/class-language-pack-upgrader-skin.php |
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/update_translations_complete_actions