do_action( 'tec_locale_translations_load_before', string $locale, TECCommonarray<string> $domains )

Fires before the locale translations are loaded.


Parameters

$locale

(string) The locale that will be loaded.

$domains

(<span class="TECCommonarray">TECCommonarray) The list of domains translations will be loaded for.


Top ↑

Source

File: src/Common/Translations_Loader.php


Top ↑

Changelog

Changelog
Version Description
5.0.8 Introduced.