Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / Application / Application::load_plugin_textdomain()

Application::load_plugin_textdomain()


Source

File: classes/Application.php

	public function load_plugin_textdomain() {
		load_plugin_textdomain( 'dozent', false, basename( dirname( DOZENT_FILE ) ) . '/languages' );
	}

Expand full source code Collapse full source code


Related

Used By

Used By
Used By Description
classes/Application.php: Application::init()
© 2023, Dozent LMS