WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_list_bookmarks

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/bookmark-template.php apply_filters 329 /**
* Filters the bookmarks list before it is echoed or returned.
*
* @since 2.5.0
*
* @param string $html The HTML list of bookmarks.
*/

Hook Parameters

Parameter Type Name Description
string $html The HTML list of bookmarks.