Filter hook 'wp_list_bookmarks'

in WP Core File wp-includes/bookmark-template.php at line 329

Description

Filters the bookmarks list before it is echoed or returned.

Occurrences

Filename Line Number
wp-includes/bookmark-template.php 329

Parameters

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

PHP Doc

/**
	 * Filters the bookmarks list before it is echoed or returned.
	 *
	 * @since 2.5.0
	 *
	 * @param string $html The HTML list of bookmarks.
	 */