33 results found for “esc_”. Showing results 1 to 25.
-
functionesc_js()
Escapes single quotes, `”`, “, `&`, and fixes line endings.
-
functionesc_sql()
Escapes data for use in a MySQL query.
-
functionesc_url()
Checks and cleans a URL.
-
functionesc_xml()
Escaping for XML blocks.
-
hookesc_xml
Filters a string cleaned and escaped for output in XML.
-
functionesc_attr()
Escaping for HTML attributes.
-
functionesc_html()
Escaping for HTML blocks.
-
hookesc_html
Filters a string cleaned and escaped for output in HTML.
-
functionesc_attr_e()
Displays translated text that has been escaped for safe use in an attribute.
-
functionesc_attr_x()
Translates string with gettext context, and escapes it for safe use in an attribute.
-
functionesc_attr__()
Retrieves the translation of $text and escapes it for safe use in an attribute.
-
functionesc_html_e()
Displays translated text that has been escaped for safe use in HTML output.
-
functionesc_html_x()
Translates string with gettext context, and escapes it for safe use in HTML output.
-
functionesc_html__()
Retrieves the translation of $text and escapes it for safe use in HTML output.
-
functionesc_url_raw()
Sanitizes a URL for database or redirect usage.
-
functionesc_textarea()
Escaping for textarea values.
-
hookesc_textarea
Filters a string cleaned and escaped for output in a textarea element.
-
methodwpdb::esc_like()
First half of escaping for `LIKE` special characters `%` and `_` before preparing for SQL.
-
functionjs_escape()
Escape single quotes, specialchar double quotes, and fix line endings.
-
hookjs_escape
Filters a string cleaned and escaped for output in JavaScript.
-
methodwpdb::escape()
Do not use, deprecated.
-
functionadd_query_arg()
Retrieves a modified URL query string.
-
methodwpdb::prepare()
Prepares a SQL query for safe execution.
-
functionformat_to_edit()
Acts on text which is about to be edited.
-
hookattribute_escape
Filters a string cleaned and escaped for output in an HTML attribute.