Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: is_taxonomy_viewable() | Determines whether a taxonomy is considered “viewable”. |
wp-includes/load.php: wp_doing_ajax() | Determines whether the current request is a WordPress Ajax request. |
wp-admin/includes/class-wp-terms-list-table.php: tag_row_actions | Filters the action links displayed for each term in the Tags list table. |
wp-admin/includes/class-wp-terms-list-table.php: {$taxonomy}_row_actions | Filters the action links displayed for each term in the terms list table. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
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: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/taxonomy.php: get_term_link() | Generate a permalink for a taxonomy term archive. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
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. |