Warning: This method has been deprecated. Use POMO_FileReader::__construct() instead.
POMO_FileReader::POMO_FileReader() WordPress Method
POMO_FileReader::POMO_FileReader() is a method used to read a PO or MO file. It returns a POMO_File object.
POMO_FileReader::POMO_FileReader( $filename ) #
PHP4 constructor.
Description
See also
Source
File: wp-includes/pomo/streams.php
public function POMO_FileReader( $filename ) { _deprecated_constructor( self::class, '5.4.0', static::class ); self::__construct( $filename ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
5.4.0 | Introduced. |