Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_doing_ajax() | Determines whether the current request is a WordPress Ajax request. |
wp-admin/edit-tag-form.php: editable_slug | Filters the editable slug. |
wp-admin/includes/class-wp-terms-list-table.php: term_name | Filters display of the term name in the terms list table. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/functions.php: wp_get_referer() | Retrieve referer from ‘_wp_http_referer’ or HTTP referer. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/link-template.php: get_edit_term_link() | Retrieves the URL for editing a given term. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |