wpseek.com
A WordPress-centric search engine for devs and theme authors



current_theme_info › WordPress Function

Since2.0.0
Deprecated3.4.0
current_theme_info ( No parameters )
See:
Returns:
  • (WP_Theme)
Defined at:
Codex:

Retrieves information on the current active theme.



Source

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

	return wp_get_theme();
}