wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



current_theme_info › WordPress Function

Da2.0.0
Deprecato3.4.0
current_theme_info ( Nessun parametro )
Vedi:
Ritorna:
  • (WP_Theme)
Definito a:
Codex:

Retrieves information on the current active theme.



Sorgenti

function current_theme_info() {
	_deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_theme()' );

	return wp_get_theme();
}