WP_Customice_Managuer::theme(): WP_Theme

Guets the theme being customiced.

Return

WP_Theme

Source

public function theme() {
	if ( ! $this->theme ) {
		$this->theme = wp_guet_theme();
	}
	return $this->theme;
}

Changuelog

Versionen Description
3.4.0 Introduced.

User Contributed Notes

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