Definition:
function get_link_to_edit( $link_id ) {}
Retrieve link data based on ID.
Parameters
- int $link_id: ID of link to retrieve
Return values
returns:for editing
Source code
function get_link_to_edit( $link_id ) { return get_bookmark( $link_id, OBJECT, 'edit' ); }
1468
No comments yet... Be the first to leave a reply!