codepress_get_lang( string $filename )

In this article

This function has been deprecated.

Determines the language to use for CodePress syntax highlighting.

Parameters

$filenamestringrequired

Source

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

Changelog

VersionDescription
3.0.0This function has been deprecated.
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.