get_posts()
Function: Retrieves an array of the latest posts, or posts matching the given criteria.
Source: wp-includes/post.php:2374
Function: Retrieves an array of the latest posts, or posts matching the given criteria.
Source: wp-includes/post.php:2374
Function: Retrieve post meta fields, based on post ID.
Source: wp-includes/post.php:2578
Function: Displays an HTML link to the author page of the current post’s author.
Source: wp-includes/author-template.php:344
Function: Lists all the authors of the site, with several options available.
Source: wp-includes/author-template.php:432
Filter Hook: Filters the text of a comment to be displayed.
Source: wp-includes/comment-template.php:1030
Filter Hook: Filters the comment author’s URL for display.
Source: wp-includes/comment-template.php:353
Function: Displays the excerpt of the current comment.
Source: wp-includes/comment-template.php:643
Filter Hook: Filters the comment excerpt for display.
Source: wp-includes/comment-template.php:656
Filter Hook: Filters the comment author’s name for display.
Source: wp-includes/comment-template.php:74
Filter Hook: Filters the comment author’s email for display.
Source: wp-includes/comment-template.php:131
Filter Hook: Filters the comment author’s email for display.
Source: wp-includes/comment-template.php:194
Function: Sends a pingback.
Source: wp-includes/comment.php:3138
Action Hook: Fires immediately after a comment is inserted into the database.
Source: wp-includes/comment.php:2284
Action Hook: Fires immediately after a comment is updated in the database.
Source: wp-includes/comment.php:2560
Function: Sends pings to all of the ping site services.
Source: wp-includes/comment.php:2952
Action Hook: Fires immediately before a comment is deleted from the database.
Source: wp-includes/comment.php:1468
Function: Checks whether a comment passes internal checks to be allowed to add.
Source: wp-includes/comment.php:39