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' );
}


Top ↑

Changelog

Changelog
VersionDescription
3.0.0This function has been deprecated.
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More