Archive | Functions by letter a RSS feed for this section

adjacent_posts_rel_link_wp_head

Display relational links for the posts adjacent to the current post for single post pages.This is meant to be attached to actions like ‘wp_head’. Do not call this directly in plugins or theme templates.

391

Continue reading

adjacent_image_link

Display next or previous image link that has the same post parent.Retrieves the current attachment object from the $post global.

387

Continue reading

add_utility_page

Add a top level menu page in the ‘utility’ sectionThis function takes a capability which will be used to determine whether or not a page is included in the menu.

385

Continue reading

add_user_to_blog

Add a user to a blog.Use the ‘add_user_to_blog’ action to fire an event when users are added to a blog.

383

Continue reading