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/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/link-template.php: edit_bookmark_link | Filters the bookmark edit link anchor tag. |
wp-includes/link-template.php: get_edit_bookmark_link() | Displays the edit bookmark link. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/bookmark.php: get_bookmark() | Retrieve Bookmark data |