File: wp-includes/comment.php
-
functionwp_strip_inline_note_markers()
Strips inline note markers from rendered block output.
-
Removes the current token, keeping any text it wraps.
-
Rejects incoming trackbacks in non-production environments.
-
Removes the pingback XML-RPC method in non-production environments.
-
Determines whether pings should be disabled for the current environment.
-
Filters whether pings should be disabled for the current environment.
-
Removes outgoing ping callbacks in non-production environments.
-
functionwp_get_note_mentioned_user_ids()
Extracts the mentioned user IDs from note content.
-
functionwp_notify_note_mentions()
Notifies mentioned users about a new note.
-
functionwp_send_note_notification()
Sends a single note mention notification email.
-
Filters whether a pingback is approved without being held for moderation.
-
functionwp_create_initial_comment_meta()
Register initial note status meta.
-
Send a notification to the post author when a new note is added via the REST API.
-
functionwp_check_comment_data()
Checks whether comment data passes internal checks or has disallowed content.
-
functionwp_lazyload_comment_meta()
Queue comment meta for lazy-loading.
-
Fires when a comment reply is attempted to an unapproved comment.
-
functiondo_all_trackbacks()
Performs all trackbacks.
-
functiondo_all_enclosures()
Performs all enclosures.
-
hookdo_all_pings
Fires immediately after the `do_pings` event to hook services individually.
-
functiondo_all_pingbacks()
Performs all pingbacks.
-
function_wp_batch_update_comment_type()
Updates the comment type for a batch of comments.
-
Filters the comment batch size for updating the comment type.
-
Checks if a comment contains disallowed characters or words.
-
Fires before the comment is tested for disallowed characters or words.
-
Filters the arguments used to query comments in get_page_of_comment().
-
Filters duplicate comment error message.
-
Filters the comment flood error message.
-
Filters whether an empty comment should be allowed.
-
Gets unapproved comment author’s email.
-
Sets the last changed time for the ‘comment’ cache group.