WP_Customize_Manager::get_stylesheet(): string

In this article

Retrieves the stylesheet name of the previewed theme.

Return

string Stylesheet name.

Source

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

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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