New and updated in 3.6.0
-
functionwp_safe_remote_request()
Retrieves the raw response from a safe HTTP request.
-
functionwp_safe_remote_get()
Retrieves the raw response from a safe HTTP request using the GET method.
-
functionwp_safe_remote_post()
Retrieves the raw response from a safe HTTP request using the POST method.
-
functionwp_safe_remote_head()
Retrieves the raw response from a safe HTTP request using the HEAD method.
-
functionwp_style_add_data()
Adds metadata to a CSS stylesheet.
-
functionshortcode_exists()
Determines whether a registered shortcode exists named $tag.
-
functionhas_shortcode()
Determines whether the passed content contains the specified shortcode.
-
Filters shortcode attributes.
-
hookself_link
Filters the current feed URL.
-
Filters the comments permalink for the current post.
-
hookcomment_link
Filters the current comment’s permalink.
-
Fires after the value for a specific transient has been set.
-
hooksetted_transient
Fires after the value for a transient has been set.
-
Filters the columns to search in a WP_User_Query search.
-
functionwp_insert_user()
Inserts a user into the database.
-
Retrieves formatted date timestamp of a revision (linked to that revisions’s page).
-
Filters the HTML output of individual page number links.
-
hookwp_link_pages
Filters the HTML output of page links for paginated posts.
-
functionget_post_galleries()
Retrieves galleries from the passed post’s content.
-
Filters the list of all found galleries in the given post.
-
functionget_post_gallery()
Checks a specified post’s content for gallery and, if present, return the first
-
hookget_post_gallery
Filters the first-found post gallery.
-
functionget_post_galleries_images()
Retrieves the image srcs from galleries from a post’s content, if present.
-
functionget_post_gallery_images()
Checks a post’s content for galleries and return the image srcs for the first found gallery.
-
Filters the list of media attached to the given post.
-
functionget_media_embedded_in_content()
Checks the HTML content for an audio, video, object, embed, or iframe tags.
-
functionget_attached_media()
Retrieves media attached to the passed post.