IXR_Date::IXR_Date()
PHP4 constructor.
{} It's a method of the class: IXR_Date{}
No Hooks.
Return
null
. Nothing.
Usage
$IXR_Date = new IXR_Date(); $IXR_Date->IXR_Date( $time );
- $time (required)
- -
Code of IXR_Date::IXR_Date() IXR Date::IXR Date WP 6.0
public function IXR_Date( $time ) { self::__construct( $time ); }