Astra_After_Setup_Theme::init()
Initialize theme.
Description
Return
(void)
Source
File: inc/class-astra-after-setup-theme.php
public function init() {
/**
* Make theme available for translation.
* Translations can be filed in the /languages/ directory.
* If you're building a theme based on Next, use a find and replace
* to change 'astra' to the name of your theme in all the template files.
*/
load_theme_textdomain( 'astra', ASTRA_THEME_DIR . '/languages' );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.8.8 | Introduced. |