/gp-includes/l10n.php

Description
Functions
esc_attr_e (line 53)
void esc_attr_e ( $text, [ $domain = 'default'])
  • $text
  • $domain
esc_attr_x (line 65)
void esc_attr_x ( $single,  $context, [ $domain = 'default'])
  • $single
  • $context
  • $domain
esc_attr__ (line 41)
void esc_attr__ ( $text, [ $domain = 'default'])
  • $text
  • $domain
esc_html_e (line 57)
void esc_html_e ( $text, [ $domain = 'default'])
  • $text
  • $domain
esc_html_x (line 69)
void esc_html_x ( $single,  $context, [ $domain = 'default'])
  • $single
  • $context
  • $domain
esc_html__ (line 45)
void esc_html__ ( $text, [ $domain = 'default'])
  • $text
  • $domain
get_locale (line 7)

Localization. Loading and using translations.

void get_locale ()
get_translations_for_domain (line 120)

Returns the Translations instance for a domain. If there isn't one, returns empty Translations instance.

  • return: Translation instance
  • since: 1.0.0
object A get_translations_for_domain (string $domain)
  • string $domain
load_default_textdomain (line 103)
void load_default_textdomain ()
translate (line 27)
void translate ( $text, [ $domain = 'default'])
  • $text
  • $domain
translate_with_gettext_context (line 32)
void translate_with_gettext_context ( $text,  $context, [ $domain = 'default'])
  • $text
  • $context
  • $domain
_n (line 73)
void _n ( $single,  $plural,  $number, [ $domain = 'default'])
  • $single
  • $plural
  • $number
  • $domain
_nx (line 79)
void _nx ( $single,  $plural,  $number,  $context, [ $domain = 'default'])
  • $single
  • $plural
  • $number
  • $context
  • $domain
_n_noop (line 85)
void _n_noop ( $single,  $plural, [ $number = 1], [ $domain = 'default'])
  • $single
  • $plural
  • $number
  • $domain
_x (line 61)
void _x ( $single,  $context, [ $domain = 'default'])
  • $single
  • $context
  • $domain

Documentation generated on Fri, 18 May 2012 01:46:02 +0100 by phpDocumentor 1.4.3