Tag Archives: codex

add_object_page

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

359

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

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