New and updated in 1.2.0
-
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_excerpt
Filters the comment excerpt for display.
-
hookcomment_url
Filters the comment author’s URL for display.
-
functioncomment_excerpt()
Displays the excerpt of the current comment.
-
hookcomment_author
Filters the comment author’s name for display.
-
hookauthor_email
Filters the comment author’s email for display.
-
hookcomment_email
Filters the comment author’s email 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.