_nx [ WordPress Function ]
_nx ( $single, $plural, $number, $context, $domain = 'default' )
| See: | |
| Defined at: |
|
A hybrid of _n() and _x(). It supports contexts and plurals.
Source
<?php
function _nx($single, $plural, $number, $context, $domain = 'default') {
$translations = &get_translations_for_domain( $domain );
$translation = $translations->translate_plural( $single, $plural, $number, $context );
return apply_filters( 'ngettext_with_context', $translation, $single, $plural, $number, $context, $domain );
}
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/ nx « WordPress Codex
Codex tools: Log in. Function Reference/ nx. Contents ... It supports contexts and plurals. Usage. <?php _nx( $single, $plural, $number, $context, $domain ) ?> ...
codex.wordpress.org - NoMachine NX - Desktop Virtualization and Remote Access ...
An enterprise-class multi-platform solution for remote access and virtual desktop delivery. The solution of choice for Enterprises remotely deploying Linux, Unix, ...
www.nomachine.com - NX: Siemens PLM Software
Siemens PLM Software NX (formerly Unigraphics NX) covers the entire digital product development process with a suite of CAD, CAM and CAE software ...
www.plm.automation.siemens.com - NX technology - Wikipedia, the free encyclopedia
NX technology is a computer program that handles remote X Window System connections, and attempts to greatly improve on the performance of the native X ...
en.wikipedia.org