Core Function
View Source on Trac ↗ edit_bookmark_link()
edit_bookmark_link( mixed $link = '', mixed $before = '', mixed $after = '', mixed $bookmark = null ) Displays the edit bookmark link anchor content.
Parameters 0 required
| Name / Type | Description |
|---|---|
| $link string | Optional. Anchor text. If empty, default is 'Edit This'. Default empty. |
| $before string | Optional. Display before edit link. Default empty. |
| $after string | Optional. Display after edit link. Default empty. |
| $bookmark int | Optional. Bookmark ID. Default is the current bookmark. |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.7.0
Source File
wp-includes/link-template.php
Advertisement