[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Bookmark Template Functions for usage in Themes
File Size: | 336 lines (13 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
_walk_bookmarks( $bookmarks, $args = '' ) X-Ref |
The formatted output of a list of bookmarks. The $bookmarks array must contain bookmark objects and will be iterated over to retrieve the bookmark to be used in the output. The output is formatted as HTML with no way to change that format. However, what is between, before, and after can be changed. The link itself will be HTML. This function is used internally by wp_list_bookmarks() and should not be used by themes. return: string Formatted output in HTML param: array $bookmarks List of bookmarks to traverse. param: string|array $args { since: 2.1.0 |
wp_list_bookmarks( $args = '' ) X-Ref |
Retrieve or echo all of the bookmarks. List of default arguments are as follows: These options define how the Category name will appear before the category links are displayed, if 'categorize' is 1. If 'categorize' is 0, then it will display for only the 'title_li' string and only if 'title_li' is not empty. return: void|string Void if 'echo' argument is true, HTML list of bookmarks if 'echo' is false. param: string|array $args { since: 2.1.0 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |