Uses
Uses | Description |
---|---|
wp-includes/theme.php: wp_get_theme() | Gets a WP_Theme object for a theme. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This function has been deprecated. Use wp_get_theme() instead.
Retrieves information on the current active theme.
(WP_Theme)
File: wp-admin/includes/deprecated.php
function current_theme_info() { _deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_theme()' ); return wp_get_theme(); }
Version | Description |
---|---|
3.4.0 | Use wp_get_theme() |
2.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/current_theme_info