
如何列出MySQL数据库(分步代码教程)
current_theme_info ( No parameters )
current_theme_info: 这个函数返回一个关于当前主题的信息数组,包括主题名称、版本、作者和描述。
检索关于当前激活主题的信息。
function current_theme_info() { _deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_theme()' ); return wp_get_theme(); }