Warning: This method has been deprecated. Use POMO_Reader::__construct() instead.
POMO_Reader::POMO_Reader() WordPress Method
POMO_Reader is a WordPress class used for reading Portable Object MO files.
POMO_Reader::POMO_Reader() #
PHP4 constructor.
Description
See also
Source
File: wp-includes/pomo/streams.php
public function POMO_Reader() { _deprecated_constructor( self::class, '5.4.0', static::class ); self::__construct(); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
5.4.0 | Introduced. |