wordpress / latest / classes / mo / select_plural_form.html

MO::select_plural_form( int $count ): string

Parameters

$count int Required

Return

string

Source

File: wp-includes/pomo/mo.php. View all references

public function select_plural_form( $count ) {
	return $this->gettext_select_plural_form( $count );
}

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