WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/get bookmark field

Description

Retrieve single bookmark data item or field.

Usage

<?php get_bookmark_field$field$bookmark$context ); ?>

Parameters

$field
(string) (required) The name of the data field to return
Default: None
$bookmark
(int) (required) The bookmark ID to get field
Default: None
$context
(string) (optional) Optional. The context of how the field will be used.
Default: display

Return Values

(string) 

Change Log

Since: 2.3

Source File

get_bookmark_field() is located in wp-includes/bookmark.php