load_script_translation_file

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$file

Path to the translation file to load. False if there isn't one.

$handle

Name of the script to register a translation domain to.

$domain

The text domain.

Source Source

File: wp-includes/l10n.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.0.2 Introduced.

Advertisement

Leave a Reply