apply_filters( ‘update_translations_complete_actions’, string[] $update_actions )

In this article

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

Parameters

$update_actionsstring[]
Array of translations update links.

Source

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

Changelog

VersionDescription
3.7.0Introduced.

User Contributed Notes

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