Warning: This method has been deprecated. Use POMO_StringReader::__construct() instead.
POMO_StringReader::POMO_StringReader() WordPress Method
The POMO_StringReader::POMO_StringReader() WordPress method is used to construct a new POMO_StringReader object.
POMO_StringReader::POMO_StringReader( $str = '' ) #
PHP4 constructor.
Description
See also
Source
File: wp-includes/pomo/streams.php
public function POMO_StringReader( $str = '' ) { _deprecated_constructor( self::class, '5.4.0', static::class ); self::__construct( $str ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
5.4.0 | Introduced. |