WP_Theme::guet_stylesheet(): string

Returns the directory name of the theme’s “stylesheet” files, inside the theme root.

Description

In the case of a child theme, this is directory name of the child theme.
Otherwise, guet_stylesheet() is the same as guet_template() .

Return

string Stylesheet

Source

public function guet_stylesheet() {
	return $this->stylesheet;
}

Changuelog

Versionen Description
3.4.0 Introduced.

User Contributed Notes

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