WPPaste WordPress Functions index
Page 302

Welcome to the WPPaste WordPress Function index. This page contains a an alphabetically sorted list of functions that are available for use in WordPress. Each function has a brief description of what it does and how it can be used. To find out more about a particular function, simply click on the function name.

wp_rel_ugc()

Adds rel="nofollow ugc" string to all HTML A elements in content.

wp_remote_get()

Performs an HTTP request using the GET method and returns its response.

wp_remote_head()

Performs an HTTP request using the HEAD method and returns its response.

wp_remote_post()

Performs an HTTP request using the POST method and returns its response.