Plural_Forms::__construct( string $str )

Constructor.


Description Description


Parameters Parameters

$str

(string) (Required) Plural function (just the bit after plural= from Plural-Forms)


Top ↑

Source Source

File: wp-includes/pomo/plural-forms.php

	public function __construct( $str ) {
		$this->parse( $str );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.