WP_Customize_Manager::get_template(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the template name of the previewed theme. Return string Template name. Source public function get_template() { return $this->theme()->get_template(); } View all references View on Trac View on GitHub Related UsesDescriptionWP_Customize_Manager::theme()wp-includes/class-wp-customize-manager.phpGets the theme being customized. Used byDescriptionWP_Customize_Manager::get_template_root()wp-includes/class-wp-customize-manager.phpRetrieves the template root of the previewed theme. Changelog VersionDescription3.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.