Services_JSON::Services_JSON()publicWP 1.0

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() code WP 6.5.2

public function Services_JSON( $use = 0 ) {
    _deprecated_constructor( 'Services_JSON', '5.3.0', get_class( $this ) );
    self::__construct( $use );
}