Decrements numeric cache item’s value.
wp_cache_close
Closes the cache.
wp_cache_add
Adds data to the cache, if the cache key doesn’t already exist.
clean_bookmark_cache
Deletes the bookmark cache.
Advertisement
sanitize_bookmark_field
Sanitizes a bookmark field.
sanitize_bookmark
Sanitizes all bookmark fields.
get_bookmarks
Retrieves the list of bookmarks
get_bookmark_field
Retrieve single bookmark data item or field.
Advertisement
get_bookmark
Retrieve Bookmark data
wp_list_bookmarks
Retrieve or echo all of the bookmarks.
_walk_bookmarks
The formatted output of a list of bookmarks.
block_version
Returns the current version of the block format that the content string is using.
Advertisement
_restore_wpautop_hook
If do_blocks() needs to remove wpautop() from the `the_content` filter, this re-adds it afterwards, for subsequent `the_content` usage.
do_blocks
Parses dynamic blocks out of `post_content` and re-renders them.
parse_blocks
Parses blocks out of a content string.