16 results found for "%s". Showing results 1 to 16.

_n()

Function: Translates and retrieves the singular or plural form based on the supplied number.

Source: wp-includes/l10n.php:473

Used by 41 functions | Uses 3 functions

_nx()

Function: Translates and retrieves the singular or plural form based on the supplied number, with gettext context.

Source: wp-includes/l10n.php:532

Used by 9 functions | Uses 3 functions

_n_noop()

Function: Registers plural strings in POT file, but does not translate them.

Source: wp-includes/l10n.php:598

Used by 10 functions | Uses 0 functions

_nx_noop()

Function: Registers plural strings with gettext context in POT file, but does not translate them.

Source: wp-includes/l10n.php:644

Used by 2 functions | Uses 0 functions

wpdb::esc_like()

Method: First half of escaping for `LIKE` special characters `%` and `_` before preparing for SQL.

Source: wp-includes/class-wpdb.php:1821

Used by 21 functions | Uses 0 functions