WordPress Version: 6.3
/**
* Determines the language to use for CodePress syntax highlighting.
*
* @since 2.8.0
* @deprecated 3.0.0
*
* @param string $filename
*/
function codepress_get_lang($filename)
{
_deprecated_function(__FUNCTION__, '3.0.0');
}