Archive | Functions by letter b RSS feed for this section

bulk_edit_posts

Process the post data for the bulk editing of posts.Updates all bulk edited posts/pages, adding (but not removing) tags and categories. Skips pages when they would be their own parent or child.

573

Continue reading

build_query

Build URL query based on an associative and, or indexed array.This is a convenient function for easily building url queries. It sets the separator to ‘&’ and uses _http_build_query() function.

571

Continue reading

bloginfo_rss

Display RSS container for the bloginfo function.You can retrieve anything that you can using the get_bloginfo() function. Everything will be stripped of tags and characters converted, when the values are retrieved for use in the feeds.

565

Continue reading