Services_JSON::Services_JSON
Deprecated since 5.3.0. It is no longer supported and may be removed in future releases. Use
__construct() instead.PHP4 constructor.
Method of the class: Services_JSON{}
No Hooks.
Returns
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.9
public function Services_JSON( $use = 0 ) {
_deprecated_constructor( 'Services_JSON', '5.3.0', get_class( $this ) );
self::__construct( $use );
}