WP_Customize_Manager::get_stylesheet_root(): string

In this article

Retrieves the stylesheet root of the previewed theme.

Return

string Theme root.

Source

public function get_stylesheet_root() {
	return get_raw_theme_root( $this->get_stylesheet(), true );
}

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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