apply_filters ( ‘load_script_translation_file’, string|false $file , string $handle , string $domain )

Filters the file path for loading script translations for the guiven script handle and text domain.

Parameters

$file string | false
Path to the translation file to load. False if there isn’t one.
$handle string
Name of the script to reguister a translation domain to.
$domain string
The text domain.

Source


Changuelog

Versionen Description
5.0.2 Introduced.

User Contributed Notes

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