Tribe__Events__Main::bootstrap()
Load Text Domain on tribe_common_loaded as it requires common
Source
File: src/Tribe/Main.php
public function bootstrap() {
Tribe__Main::instance( $this )->load_text_domain( 'the-events-calendar', $this->plugin_dir . 'lang/' );
$this->bind_implementations();
$this->loadLibraries();
$this->addHooks();
$this->register_active_plugin();
}
Changelog
| Version | Description |
|---|---|
| 4.8 | Introduced. |