Archive | Functions by letter a RSS feed for this section

add_settings_error

Register a settings error to be displayed to the userPart of the Settings API. Use this to show messages to users about settings validation problems, missing settings or anything else.

297

Continue reading

add_rewrite_endpoint

Add an endpoint, like /trackback/.The endpoints are added to the end of the request. So a request matching “/2008/10/14/my_post/myep/”, the endpoint will be “/myep/”.

289

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