use_codepress()
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() use codepress code WP 7.0
function use_codepress() {
_deprecated_function( __FUNCTION__, '3.0.0' );
}