use_codepress()WP 2.8.0

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

Determine whether to use CodePress.

No Hooks.

Return

null. Nothing (null).

Usage

use_codepress();

Changelog

Since 2.8.0 Introduced.
Deprecated since 3.0.0

use_codepress() code WP 6.5.2

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