WordPress Version: 6.3
/**
* Determine whether to use CodePress.
*
* @since 2.8.0
* @deprecated 3.0.0
*/
function use_codepress()
{
_deprecated_function(__FUNCTION__, '3.0.0');
}
The timeline below displays how wordpress function use_codepress has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Determine whether to use CodePress.
*
* @since 2.8.0
* @deprecated 3.0.0
*/
function use_codepress()
{
_deprecated_function(__FUNCTION__, '3.0.0');
}
/**
* Determine whether to use CodePress.
*
* @since 2.8.0
* @deprecated 3.0.0
**/
function use_codepress()
{
_deprecated_function(__FUNCTION__, '3.0.0');
}
/**
* Determine whether to use CodePress.
*
* @since 2.8.0
* @deprecated 3.0.0
**/
function use_codepress()
{
_deprecated_function(__FUNCTION__, '3.0');
}
/**
* Determine whether to use CodePress.
*
* @since 2.8.0
* @deprecated 3.0.0
**/
function use_codepress()
{
_deprecated_function(__FUNCTION__, '3.0');
return;
}