Метод |
Описание |
|
ajax_comments ( ) |
Handles AJAX requests from the manage comments page. |
|
ajax_update_comment ( $handler_vars ) |
Handles AJAX requests to update comments, comment moderation |
|
comment_access_filter ( object $comments, string $access ) : a |
A helper function for fetch_comments()
Filters a list of comments by ACL access |
|
fetch_comments ( $params = [] ) |
Retrieve comments. |
|
form_comment ( $comment, $actions ) : FormUI |
Construct a form for a comment. |
|
get_comment ( $update = false ) |
Handles GET requests for an individual comment. |
|
get_comments ( ) |
Handles GET requests for the comments page. |
|
post_comment ( ) |
Handles POST requests for an individual comment. |
|
post_comments ( ) |
Handles the submission of the comment moderation form. |
|