Archive | Functions by letter a RSS feed for this section

add_dashboard_page

Add sub menu page to the Dashboard main menu.This function takes a capability which will be used to determine whether or not a page is included in the menu.

227

Continue reading

add_custom_image_header

Add callbacks for image header display.The parameter $header_callback callback will be required to display the content for the ‘wp_head’ action. The parameter $admin_header_callback callback will be added to Custom_Image_Header class and that will be added to the ‘admin_menu’ action.

225

Continue reading

add_comments_page

Add sub menu page to the comments main menu.This function takes a capability which will be used to determine whether or not a page is included in the menu.

215

Continue reading