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' );
		}

Changelog

Changelog
Version Description
4.8.8 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.