codepress_get_lang

函式
codepress_get_lang ( $filename )
引數
  • (string) $filename
    Required:
定義位置
相關方法
codepress_footer_jsuse_codepresswp_set_lang_dirprevious_image_linkformat_code_lang
引入
2.8.0
棄用
3.0.0

codepress_get_lang: 這個過濾鉤子用於檢索CodePress編輯器的語言檔案。開發人員可以使用這個鉤子來修改或替換CodePress使用的語言檔案。

決定了CodePress語法高亮所使用的語言。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function codepress_get_lang( $filename ) {
_deprecated_function( __FUNCTION__, '3.0.0' );
}
function codepress_get_lang( $filename ) { _deprecated_function( __FUNCTION__, '3.0.0' ); }
function codepress_get_lang( $filename ) {
	_deprecated_function( __FUNCTION__, '3.0.0' );
}

常見問題

FAQs
檢視更多 >