ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/comment.php
  • Page 7

wp_new_comment()

Function: Adds a new comment to the database.

Source: wp-includes/comment.php:2216

Used by 0 functions | Uses 0 functions

wp_transition_comment_status()

Function: Calls hooks for when a comment status transition occurs.

Source: wp-includes/comment.php:1774

Used by 0 functions | Uses 0 functions

preprocess_comment

Filter Hook: Filters a comment’s data before it is sanitized and inserted into the database.

Source: wp-includes/comment.php:2249

Used by 0 functions | Uses 0 functions

transition_comment_status

Action Hook: Fires when the comment status is in transition.

Source: wp-includes/comment.php:1804

Used by 0 functions | Uses 0 functions

comment_post

Action Hook: Fires immediately after a comment is inserted into the database.

Source: wp-includes/comment.php:2326

Used by 0 functions | Uses 0 functions

comment_{$old_status}_to_{$new_status}

Action Hook: Fires when the comment status is in transition from one specific status to another.

Source: wp-includes/comment.php:1824

Used by 0 functions | Uses 0 functions

wp_new_comment_notify_moderator()

Function: Sends a comment moderation notification to the comment moderator.

Source: wp-includes/comment.php:2339

Used by 0 functions | Uses 0 functions

comment_{$new_status}_{$comment->comment_type}

Action Hook: Fires when the status of a specific comment type is in transition.

Source: wp-includes/comment.php:1851

Used by 0 functions | Uses 0 functions

wp_new_comment_notify_postauthor()

Function: Sends a notification of a new comment to the post author.

Source: wp-includes/comment.php:2366

Used by 0 functions | Uses 0 functions

_clear_modified_cache_on_transition_comment_status()

Function: Clears the lastcommentmodified cached value when a comment status is changed.

Source: wp-includes/comment.php:1866

Used by 0 functions | Uses 0 functions
« Previous 1 … 6 7 8 … 14 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy