Definition:
function codepress_get_lang( $filename ) {}
Determines the language to use for CodePress syntax highlighting.
Parameters
- string $filename
Source code
function codepress_get_lang( $filename ) { _deprecated_function( __FUNCTION__, '3.0' ); return; }
641
No comments yet... Be the first to leave a reply!