Warning: This function has been deprecated.

codepress_get_lang( string $filename )

Determines the language to use for CodePress syntax highlighting.


Parameters

$filename string Required

Top ↑

Source

File: wp-admin/includes/deprecated.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.0.0 This function has been deprecated.
2.8.0 Introduced.

Top ↑

User Contributed Notes

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