POMO_Reader::POMO_Reader()publicWP 1.0

Deprecated from version 5.4.0. It is no longer supported and can be removed in future releases. Use __construct() instead.

PHP4 constructor.

Method of the class: POMO_Reader{}

No Hooks.

Return

null. Nothing (null).

Usage

$POMO_Reader = new POMO_Reader();
$POMO_Reader->POMO_Reader();

Notes

Changelog

Deprecated since 5.4.0 Use __construct() instead.

POMO_Reader::POMO_Reader() code WP 6.5.2

public function POMO_Reader() {
	_deprecated_constructor( self::class, '5.4.0', static::class );
	self::__construct();
}