Uses
Uses | Description |
---|---|
wp-includes/bookmark.php: get_bookmark() | Retrieve Bookmark data |
Retrieves link data based on its ID.
(int|stdClass) (Required) Link ID or object to retrieve.
(object) Link object for editing.
File: wp-admin/includes/bookmark.php
function get_link_to_edit( $link ) { return get_bookmark( $link, OBJECT, 'edit' ); }
Version | Description |
---|---|
2.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/get_link_to_edit