New and updated in 2.5.0
-
hookget_pagenum_link
Filters the page number link for the current request.
-
Filters the WHERE clause in the SQL for an adjacent post query.
-
Filters the ORDER BY clause in the SQL for an adjacent post query.
-
functionget_adjacent_post()
Retrieves the adjacent post.
-
Filters the JOIN clause in the SQL for an adjacent post query.
-
functionget_search_comments_feed_link()
Retrieves the permalink for the search results comments feed.
-
functionget_search_feed_link()
Retrieves the permalink for the search results feed.
-
hooksearch_feed_link
Filters the search feed link.
-
functionpost_comments_feed_link()
Displays the comment feed link for a post.
-
functionget_author_feed_link()
Retrieves the feed link for a given author.
-
functionget_category_feed_link()
Retrieves the feed link for a category.
-
functionshortcode_parse_atts()
Retrieves all attributes from the shortcodes tag.
-
functionshortcode_atts()
Combines user attributes with known attributes and fill in defaults when needed.
-
functionstrip_shortcodes()
Removes all shortcode tags from the given content.
-
functiondo_shortcode()
Searches content for shortcodes and filter shortcodes through their hooks.
-
functionget_shortcode_regex()
Retrieves the shortcode regular expression for searching.
-
functiondo_shortcode_tag()
Regular Expression callable for do_shortcode() for calling shortcode hook.
-
hookjpeg_quality
Filters the JPEG compression quality for backward-compatibility.
-
functionadd_shortcode()
Adds a new shortcode.
-
functionremove_shortcode()
Removes hook for shortcode.
-
functionremove_all_shortcodes()
Clears all shortcodes.
-
functionhas_action()
Checks if any action has been registered for a hook.
-
function_wp_call_all_hook()
Calls the ‘all’ hook, which will process the functions hooked into it.
-
functionhas_filter()
Checks if any filter has been registered for a hook.
-
functioncurrent_filter()
Retrieves the name of the current filter hook.
-
functionprep_atom_text_construct()
Determines the type of a string of data with the data formatted.
-
functionself_link()
Displays the link for the currently displayed feed in a XSS safe way.
-
functioncomment_guid()
Displays the feed GUID for the current comment.
-
functionget_comment_guid()
Retrieves the feed GUID for the current comment.
-
functionget_default_feed()
Retrieves the default feed.