wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



codepress_get_lang › WordPress Function

Seit2.8.0
Veraltet3.0.0
codepress_get_lang ( $filename )
Parameter:
  • (string) $filename
    Erforderlich: Ja
Definiert in:
Codex:

Determines the language to use for CodePress syntax highlighting.



Quellcode

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