Plural_Forms::__construct
Constructor.
Method of the class: Plural_Forms{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Plural_Forms = new Plural_Forms(); $Plural_Forms->__construct( $str );
- $str(string) (required)
- Plural function (just the bit after plural= from Plural-Forms).
Changelog
| Since 4.9.0 | Introduced. |
Plural_Forms::__construct() Plural Forms:: construct code WP 6.9
public function __construct( $str ) {
$this->parse( $str );
}