Deprecated Deprecated
This method has been deprecated. Use the PHP native JSON extension instead.
Summery Summery
PHP5 constructor.
Syntax Syntax
Source Source
File: wp-includes/class-json.php
function __construct( $message = 'unknown error', $code = null, $mode = null, $options = null, $userinfo = null ) { _deprecated_function( __METHOD__, '5.3.0', 'The PHP native JSON extension' ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |