Switch language

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




get_link [ WordPress Function ]

get_link ( $bookmark_id, $output = OBJECT, $filter = 'raw' )
Parameters:
  • (int) $bookmark_id ID of link
  • (string) $output OBJECT, ARRAY_N, or ARRAY_A
See:
Returns:
  • (object|array)
Defined at:



Retrieve bookmark data based on ID.

Source


<?php
function get_link($bookmark_id$output OBJECT$filter 'raw') {
    
_deprecated_function__FUNCTION__'2.1''get_bookmark()' );
    return 
get_bookmark($bookmark_id$output$filter);
}
?>

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