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

Top ↑

See also


Top ↑

Source

File: wp-includes/pomo/streams.php

		public function POMO_Reader() {
			_deprecated_constructor( self::class, '5.4.0', static::class );
			self::__construct();
		}


Top ↑

Changelog

Changelog
VersionDescription
5.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.