MO::select_plural_form( int $count )
Parameters
- $count
-  (int) (Required) 
Return
(string)
Source
File: wp-includes/pomo/mo.php
function select_plural_form( $count ) {
			return $this->gettext_select_plural_form( $count );
		}  
    © 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/classes/mo/select_plural_form