Tag Archives: codex

add_menu_page

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

253

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