W3cubDocs

/WordPress

NOOP_Translations::select_plural_form( int $count )

Parameters

$count

(int) (Required)

Return

(bool)

Source

File: wp-includes/pomo/translations.php

function select_plural_form( $count ) {
			return 1 == $count ? 0 : 1;
		}

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/noop_translations/select_plural_form