Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_edit_bookmark_link [ WordPress Function ]

get_edit_bookmark_link ( $link = 0 )
Parameters:
  • (int) $link Optional. Bookmark ID.
Returns:
  • (string)
Defined at:



Display edit bookmark (literally a URL external to blog) link.

Source


<?php
function get_edit_bookmark_link$link ) {
    
$link get_bookmark$link );

    if ( !
current_user_can('manage_links') )
        return;

    
$location admin_url('link.php?action=edit&amp;link_id=') . $link->link_id;
    return 
apply_filters'get_edit_bookmark_link'$location$link->link_id );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics