Core Function
View Source on Trac ↗ _nx_noop()
_nx_noop( mixed $singular, mixed $plural, mixed $context, mixed $domain = null ) Registers plural strings with gettext context in POT file, but does not translate them.
Parameters 4 required
| Name / Type | Description |
|---|---|
| $singular string | Singular form to be localized. Required |
| $plural string | Plural form to be localized. Required |
| $context string | Context information for the translators. Required |
| string | $domain Optional. Text domain. Unique identifier for retrieving translated strings. Default null. Required |
Return Value
(array)
array {
Array of translation information for the strings.
Function Information
Since Version
2.8.0
Source File
wp-includes/l10n.php
Advertisement