Archive | Documentation RSS feed for this section

add_query_arg

Retrieve a modified URL query string.You can rebuild the URL and append a new query variable to the URL query by using this function. You can also retrieve the full URL with query data.

287

Continue reading

add_post_type_support

Register support of certain features for a post type.All features are directly associated with a functional area of the edit screen, such as the editor or a meta box: ‘title’, ‘editor’, ‘comments’, ‘revisions’, ‘trackbacks’, ‘author’, ‘excerpt’, ‘page-attributes’, ‘thumbnail’, and ‘custom-fields’.

285

Continue reading

add_posts_page

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

281

Continue reading

add_plugins_page

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

279

Continue reading