wpseek.com
A WordPress-centric search engine for devs and theme authors



codepress_get_lang › WordPress Function

Since2.8.0
Deprecated3.0.0
codepress_get_lang ( $filename )
Parameters:
  • (string) $filename
    Required: Yes
Defined at:
Codex:

Determines the language to use for CodePress syntax highlighting.



Source

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