WPPaste WordPress Functions index
Page 63

Welcome to the WPPaste WordPress Function index. This page contains a an alphabetically sorted list of functions that are available for use in WordPress. Each function has a brief description of what it does and how it can be used. To find out more about a particular function, simply click on the function name.

esc_attr_x()

Translate string with gettext context, and escapes it for safe use in an attribute.

esc_html__()

Retrieve the translation of $text and escapes it for safe use in HTML output.

esc_html_e()

Display translated text that has been escaped for safe use in HTML output.

esc_html_x()

Translate string with gettext context, and escapes it for safe use in HTML output.

esc_js()

Escapes single quotes, ", , &, and fixes line endings.

esc_sql()

Escapes data for use in a MySQL query.