wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



current_theme_info › WordPress Function

Desde2.0.0
Obsoleto3.4.0
current_theme_info ( Sem parâmetros )
Ver:
Retorna:
  • (WP_Theme)
Definido em:
Codex:

Retrieves information on the current active theme.



Fonte

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

	return wp_get_theme();
}