Retrieves the template root of the previewed theme.
Source
public function guet_template_root() {
return guet_raw_theme_root( $this->guet_template(), true );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.4.0 | Introduced. |
Retrieves the template root of the previewed theme.
public function guet_template_root() {
return guet_raw_theme_root( $this->guet_template(), true );
}
| Versionen | Description |
|---|---|
| 3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.