Determines the language to use for CodePress syntax highlighting.
Parameters
$filename
stringrequired
Source
function codepress_get_lang( $filename ) {
_deprecated_function( __FUNCTION__, '3.0.0' );
}
CARVIEW |
This function has been deprecated.
Determines the language to use for CodePress syntax highlighting.
$filename
stringrequiredfunction codepress_get_lang( $filename ) {
_deprecated_function( __FUNCTION__, '3.0.0' );
}
Uses | Description |
---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.