Comments
Comment Functions
Core functions for working with WordPress comments. Retrieval Functions get_comment() Retrieves comment data given a comment ID or comment object....
Comment Hooks
Actions and filters for customizing the WordPress comment system. Query Hooks Actions pre_get_comments Fires before comments are retrieved. do_action_ref_array( 'pre_get_comments',...
WP_Comment_Query
Core class for querying comments from the database. Since: 3.1.0 Source: wp-includes/class-wp-comment-query.php Overview WP_Comment_Query retrieves comments based on specified criteria....
WP_Comment
Core class for organizing comments as instantiated objects. Since: 4.4.0 Source: wp-includes/class-wp-comment.php Overview WP_Comment represents a single comment as an...
Comments API
WordPress comment system for managing user discussions on posts and pages. Since: 1.0.0 Source: wp-includes/comment.php, wp-includes/class-wp-comment.php, wp-includes/class-wp-comment-query.php, wp-includes/comment-template.php Components Component...