use_codepress()WP 2.8.0

Deprecated since 3.0.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Determine whether to use CodePress.

No Hooks.

Returns

null. Nothing (null).

Usage

use_codepress();

Changelog

Since 2.8.0 Introduced.
Deprecated since 3.0.0

use_codepress() code WP 6.8.1

function use_codepress() {
	_deprecated_function( __FUNCTION__, '3.0.0' );
}