W3cubDocs

/WordPress

POMO_Reader::POMO_Reader()

This method has been deprecated. Use POMO_Reader::__construct() instead.

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();
		}

Changelog

Version Description
5.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_reader/pomo_reader