Uses
| Uses | Description |
|---|---|
| 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/query.php: get_queried_object() | Retrieve the currently-queried object. |
| 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/link-template.php: edit_term_link | Filters the anchor tag for the edit link of a term. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |