wp_list_bookmarks WordPress Filter Hook
The wp_list_bookmarks hook is used to create a list of bookmarks, or links, for a WordPress site. This hook can be used in the WordPress Loop or in a theme template file.
apply_filters( 'wp_list_bookmarks', string $html ) #
Filters the bookmarks list before it is echoed or returned.
Parameters
- $html
(string)The HTML list of bookmarks.
Source
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |