Archive | Documentation RSS feed for this section

__

Retrieves the translation of $text. If there is no translation, or the domain isn’t loaded, the original text is returned.

4423

Continue reading

_x

Retrieve translated string with gettext contextQuite a few times, there will be collisions with similar translatable text found in more than two places but with different translated context.

4421

Continue reading

_wp_translate_postdata

Rename $_POST data from form names to DB post columns.Manipulates $_POST directly.

4419

Continue reading

_wp_specialchars

Converts a number of special characters into their HTML entities.Specifically deals with: &, , “, and ‘.

4415

Continue reading