Warning: This function has been deprecated.
use_codepress() WordPress Function
The use_codepress() function enables the CodePress syntax highlighting editor for the WordPress admin console. This function is useful for developers who want to have syntax highlighting while working with WordPress code.
use_codepress() #
Determine whether to use CodePress.
Source
File: wp-admin/includes/deprecated.php
function use_codepress() { _deprecated_function( __FUNCTION__, '3.0.0' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.0.0 | This function has been deprecated. |
2.8.0 | Introduced. |