do_action( 'tribe_load_text_domains', bool $loaded )

After attempting (hopefully successfully) to load Common’s text domain.

Load other plugin text domains on this hook, but make sure they’re setup on this hook prior to ‘init’.


Parameters

$loaded

(bool) Whether or not Common's text domain was loaded.


Top ↑

Return

(bool)


Top ↑

Source

File: src/Tribe/Main.php


Top ↑

Changelog

Changelog
Version Description
4.12.0 Introduced.