WP_Customize_Manager::get_template_root(): string

In this article

Retrieves the template root of the previewed theme.

Return

string Theme root.

Source

public function get_template_root() {
	return get_raw_theme_root( $this->get_template(), true );
}

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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