New and updated in 2.8.0
-
Fires non-authenticated Ajax actions for logged-out users.
-
Filters the list of file types allowed for editing in the plugin file editor.
-
hookmap_meta_cap
Filters the primitive capabilities required of the given user to satisfy the capability being checked.
-
Whether a handle’s source is in a default directory.
-
functionwp_tag_cloud()
Displays a tag cloud.
-
hooktag_cloud_sort
Filters how the items in a tag cloud are sorted.
-
functiontag_description()
Retrieves tag description.
-
functionterm_description()
Retrieves term description.
-
functionget_translations_for_domain()
Returns the Translations instance for a text domain.
-
functiontranslate_user_role()
Translates role name.
-
Filters the singular or plural form of a string with gettext context.
-
function_nx_noop()
Registers plural strings with gettext context in POT file, but does not translate them.
-
function_n()
Translates and retrieves the singular or plural form based on the supplied number.
-
function_nx()
Translates and retrieves the singular or plural form based on the supplied number, with gettext context.
-
functionbefore_last_bar()
Removes last item on a pipe-delimited string.
-
functiontranslate_with_gettext_context()
Retrieves the translation of $text in the context defined in $context.
-
Filters text with its translation based on context information.
-
functionesc_attr__()
Retrieves the translation of $text and escapes it for safe use in an attribute.
-
functionesc_html__()
Retrieves the translation of $text and escapes it for safe use in HTML output.
-
functionesc_attr_e()
Displays translated text that has been escaped for safe use in an attribute.
-
functionesc_html_e()
Displays translated text that has been escaped for safe use in HTML output.
-
function_x()
Retrieves translated string with gettext context.
-
functionesc_attr_x()
Translates string with gettext context, and escapes it for safe use in an attribute.
-
hooktag_escape
Filters a string cleaned and escaped for output as an HTML tag.
-
functionesc_sql()
Escapes data for use in a MySQL query.
-
functionesc_url()
Checks and cleans a URL.
-
functionesc_url_raw()
Sanitizes a URL for database or redirect usage.
-
functionesc_js()
Escapes single quotes, `”`, “, `&`, and fixes line endings.
-
functionesc_html()
Escaping for HTML blocks.
-
hookesc_html
Filters a string cleaned and escaped for output in HTML.