WP_Theme::get_theme_root(): string

Returns the absolute path to the directory of the theme root.


Description

This is typically the absolute path to wp-content/themes.


Top ↑

Return

string Theme root.


Top ↑

Source

File: wp-includes/class-wp-theme.php. View all references

public function get_theme_root() {
	return $this->theme_root;
}


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

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