WP_Theme::get_theme_root()
Returns the absolute path to the directory of the theme root.
This is typically the absolute path to wp-content/themes.
Метод класса: WP_Theme{}
Хуков нет.
Возвращает
Строку
. Theme root.
Использование
$WP_Theme = new WP_Theme(); $WP_Theme->get_theme_root();
Список изменений
С версии 3.4.0 | Введена. |
Код WP_Theme::get_theme_root() WP Theme::get theme root WP 6.7.1
public function get_theme_root() { return $this->theme_root; }