New and updated in 1.2.0
-
functionwp_link_pages()
The formatted output of a list of pages.
-
hookget_the_excerpt
Filters the retrieved post excerpt.
-
functionget_lastpostmodified()
Gets the most recent time that a post on the site was modified.
-
hookedit_post
Fires once an existing post has been updated.
-
hookdelete_post
Fires immediately before a post is deleted from the database.
-
functionget_post_custom_keys()
Retrieves meta field names for a post.
-
functionget_post_custom_values()
Retrieves values for a custom post field.
-
functionget_posts()
Retrieves an array of the latest posts, or posts matching the given criteria.
-
functionget_post_custom()
Retrieves post meta fields, based on post ID.
-
hookcomment_text
Filters the text of a comment to be displayed.
-
hookcomment_url
Filters the comment author’s URL for display.
-
functioncomment_excerpt()
Displays the excerpt of the current comment.
-
hookcomment_excerpt
Filters the comment excerpt for display.
-
hookauthor_email
Filters the comment author’s email for display.
-
hookcomment_email
Filters the comment author’s email for display.
-
hookcomment_author
Filters the comment author’s name for display.
-
functionweblog_ping()
Sends a pingback.
-
hookcomment_post
Fires immediately after a comment is inserted into the database.
-
hookedit_comment
Fires immediately after a comment is updated in the database.
-
functiongeneric_ping()
Sends pings to all of the ping site services.
-
hookdelete_comment
Fires immediately before a comment is deleted from the database.
-
functioncheck_comment()
Checks whether a comment passes internal checks to be allowed to add.