WP_Customize_Manager::get_template(): string

In this article

Retrieves the template name of the previewed theme.

Return

string Template name.

Source

public function get_template() {
	return $this->theme()->get_template();
}

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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