Uses
Uses | Description |
---|---|
wp-admin/includes/bookmark.php: wp_update_link() | Updates a link in the database. |
wp-admin/includes/bookmark.php: wp_insert_link() | Inserts/updates links into/in the database. |
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_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |