Warning: This function has been deprecated. Use wp_get_theme() instead.

current_theme_info()

Retrieves information on the current active theme.


Description Description

See also See also


Top ↑

Return Return

(WP_Theme)


Top ↑

Source Source

File: wp-admin/includes/deprecated.php

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

	return wp_get_theme();
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Use wp_get_theme()
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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