wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



codepress_get_lang › WordPress Function

Da2.8.0
Deprecato3.0.0
codepress_get_lang ( $filename )
Parametri:
  • (string) $filename
    Richiesto:
Definito a:
Codex:

Determines the language to use for CodePress syntax highlighting.



Sorgenti

function codepress_get_lang( $filename ) {
	_deprecated_function( __FUNCTION__, '3.0.0' );
}