On this page
codepress_get_lang( string $filename )
This function has been deprecated.
Determines the language to use for CodePress syntax highlighting.
Parameters
$filenamestring Required
Source
File: wp-admin/includes/deprecated.php. View all references
function codepress_get_lang( $filename ) {
_deprecated_function( __FUNCTION__, '3.0.0' );
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/codepress_get_lang