Uses
Uses | Description |
---|---|
wp-includes/pomo/plural-forms.php: Plural_Forms::parse() | Parse a Plural-Forms string into tokens. |
Constructor.
(string) (Required) Plural function (just the bit after plural=
from Plural-Forms)
File: wp-includes/pomo/plural-forms.php
public function __construct( $str ) { $this->parse( $str ); }
Version | Description |
---|---|
4.9.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/plural_forms/__construct