Archive | Functions by letter a RSS feed for this section

add_pages_page

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

273

Continue reading

add_options_page

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

267

Continue reading

add_option

Add a new option.You do not need to serialize values. If the value needs to be serialized, then it will be serialized before it is inserted into the database. Remember, resources can not be serialized or added as an option.

265

Continue reading