Filters the bookmarks list before it is echoed or returned.
Parameters
$html
string- The HTML list of bookmarks.
Source
$html = apply_filters( 'wp_list_bookmarks', $output );
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Filters the bookmarks list before it is echoed or returned.
$html
string$html = apply_filters( 'wp_list_bookmarks', $output );
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.