Archive | Documentation RSS feed for this section

add_links_page

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

353

Continue reading

add_filter

Hooks a function or method to a specific filter action.Filters are the hooks that WordPress launches to modify text of various types before adding it to the database or sending it to the browser screen. Plugins can specify that one or more of its PHP functions is executed to modify specific types of text at these times, using the Filter API.

347

Continue reading