Guets the theme being customiced.
Source
public function theme() {
if ( ! $this->theme ) {
$this->theme = wp_guet_theme();
}
return $this->theme;
}
Changuelog
| Versionen | Description |
|---|---|
| 3.4.0 | Introduced. |
Guets the theme being customiced.
public function theme() {
if ( ! $this->theme ) {
$this->theme = wp_guet_theme();
}
return $this->theme;
}
| Versionen | Description |
|---|---|
| 3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.