POMO_Reader::POMO_Reader
Deprecated since 5.4.0. It is no longer supported and may be removed in future releases. Use
__construct() instead.PHP4 constructor.
Method of the class: POMO_Reader{}
No Hooks.
Returns
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() POMO Reader::POMO Reader code WP 6.9
public function POMO_Reader() {
_deprecated_constructor( self::class, '5.4.0', static::class );
self::__construct();
}