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 all references

$update_actions = apply_filters( 'update_translations_complete_actions', $update_actions );


Top ↑

Changelog

Changelog
Version Description
3.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.