wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



current_theme_info › WordPress Function

Od2.0.0
Przestarzały3.4.0
current_theme_info ( Brak parametrów )
Zobacz:
Powrót:
  • (WP_Theme)
Zdefiniowane na:
Codex:

Retrieves information on the current active theme.



Źródło

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

	return wp_get_theme();
}