Warning: This function has been deprecated.
codepress_get_lang( string $filename )
Determines the language to use for CodePress syntax highlighting.
描述
参数
- $filename
-
(string)
(Required)
源代码
File: wp-admin/includes/deprecated.php
function codepress_get_lang( $filename ) {
_deprecated_function( __FUNCTION__, '3.0.0' );
}
更新日志
Version | 描述 |
---|---|
3.0.0 | This function has been deprecated. |
2.8.0 | Introduced. |
相关函数
Uses
-
wp-includes/functions.php:
_deprecated_function()
User Contributed Notes
你可能对这些文章感兴趣:
- wordpress函数edit_user()用法示例
- wordpress函数email_exists()用法示例
- wordpress函数endElement()用法示例
- wordpress函数edit_term_link()用法示例
- wordpress函数edit_post_link()用法示例
- wordpress函数edit_tag_link()用法示例
- wordpress函数edit_link()用法示例
- wordpress函数edit_post()用法示例
- wordpress函数edit_form_image_editor()用法示例
- wordpress函数edit_comment_link()用法示例
- wordpress函数edit_bookmark_link()用法示例
- wordpress函数edit_comment()用法示例
- wordpress函数drop_index()用法示例
- wordpress函数dynamic_sidebar()用法示例
如有疑问,请前往问答中心反馈!
反馈