Services_JSON::Services_JSON()
Deprecated from version 5.3.0. It is no longer supported and can be removed in future releases. Use
__construct()
instead.PHP4 constructor.
Method of the class: Services_JSON{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Services_JSON = new Services_JSON(); $Services_JSON->Services_JSON( $use );
- $use **
- -
Notes
Changelog
Deprecated since 5.3.0 | Use __construct() instead. |
Services_JSON::Services_JSON() Services JSON::Services JSON code WP 6.7.1
public function Services_JSON( $use = 0 ) { _deprecated_constructor( 'Services_JSON', '5.3.0', get_class( $this ) ); self::__construct( $use ); }