Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




_nx_noop [ WordPress Function ]

_nx_noop ( $singular, $plural, $context, $domain = null )
See:
Defined at:

Soorgelijke functies: _n_noop, __ngettext_noop, _nx, in_the_loop


Register plural strings with context in POT file, but don't translate them.

Source


<?php
function _nx_noop$singular$plural$context$domain null ) {
    return array( 
=> $singular=> $plural=> $context'singular' => $singular'plural' => $plural'context' => $context'domain' => $domain );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics