Appearance
14 unique action hooks currently map to this category, across 18 call sites.
fluent_community/before_comment_create
fluent-community/app/Http/Controllers/CommentsController.php:129
fluent_community/before_comment_delete
fluent-community/app/Http/Controllers/CommentsController.php:576
fluent_community/check_rate_limit/create_comment
fluent-community/app/Http/Controllers/CommentsController.php:68
fluent_community/comment_added
fluent-community-pro/app/Http/Controllers/ModerationController.php:211
fluent_community/comment_deleted
fluent-community/app/Http/Controllers/CommentsController.php:589
fluent_community/comment_updated
fluent-community/app/Http/Controllers/CommentsController.php:263
fluent_community/comment/media_deleted
fluent-community/app/Http/Controllers/CommentsController.php:257
fluent_community/comment/new_comment_{comment}
fluent-community/app/Http/Controllers/CommentsController.php:161
fluent_community/comment/react_added
fluent-community/app/Http/Controllers/CommentsController.php:634
fluent_community/comment/react_removed
fluent-community/app/Http/Controllers/CommentsController.php:646
fluent_community/comment/updated
fluent-community/app/Http/Controllers/CommentsController.php:315
fluent_community/notification/comment/notifed_to_author
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:334
fluent_community/notification/comment/notifed_to_mentions
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:476
fluent_community/notification/comment/notifed_to_thread_commetenter
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:607
$commentData
add_action('fluent_community/before_comment_create', function ($commentData, $feed) { }, 10, 2);
$comment
add_action('fluent_community/before_comment_delete', function ($comment) { }, 10, 1);
$user
add_action('fluent_community/check_rate_limit/create_comment', function ($user) { }, 10, 1);
$content
$feed
fluent-community/app/Http/Controllers/CommentsController.php:172
add_action('fluent_community/comment_added', function ($content, $feed) { }, 10, 2);
$commentId
add_action('fluent_community/comment_deleted', function ($commentId, $feed) { }, 10, 2);
add_action('fluent_community/comment_updated', function ($comment, $feed) { }, 10, 2);
$otherMedias
fluent-community/app/Http/Controllers/CommentsController.php:579
$comment->media
add_action('fluent_community/comment/media_deleted', function ($otherMedias) { }, 10, 1);
add_action('fluent_community/comment/new_comment_{comment}', function ($comment, $feed) { }, 10, 2);
$reaction
add_action('fluent_community/comment/react_added', function ($reaction, $comment, $feed) { }, 10, 3);
add_action('fluent_community/comment/react_removed', function ($comment, $feed) { }, 10, 2);
add_action('fluent_community/comment/updated', function ($comment, $dirty) { }, 10, 2);
[ 'user_ids' => [$authorId], 'notification' => $exist, 'key' => 'notifed_to_author', 'comment' => $comment, 'feed' => $feed, 'created' => false ]
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:360
[ 'user_ids' => [$authorId], 'notification' => $notification, 'comment' => $comment, 'key' => 'notifed_to_author', 'feed' => $feed, 'created' => true ]
add_action('fluent_community/notification/comment/notifed_to_author', function ($authorId) { }, 10, 1);
[ 'user_ids' => $mentionedUserIds, 'notification' => $mentionNotification, 'key' => 'notifed_to_mentions', 'comment' => $comment, 'feed' => $feed ]
add_action('fluent_community/notification/comment/notifed_to_mentions', function ($mentionedUserIds) { }, 10, 1);
[ 'user_ids' => $childCommentUserIds, 'notification' => $existingNotification, 'key' => 'notifed_to_thread_commetenter', 'comment' => $comment, 'feed' => $feed ]
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:644
[ 'user_ids' => $childCommentUserIds, 'notification' => $notification, 'key' => 'notifed_to_thread_commetenter', 'comment' => $comment, 'feed' => $feed ]
add_action('fluent_community/notification/comment/notifed_to_thread_commetenter', function ($childCommentUserIds) { }, 10, 1);
Comments Actions
14 unique action hooks currently map to this category, across 18 call sites.
Hook Inventory
fluent_community/before_comment_createfluent-community/app/Http/Controllers/CommentsController.php:129fluent_community/before_comment_deletefluent-community/app/Http/Controllers/CommentsController.php:576fluent_community/check_rate_limit/create_commentfluent-community/app/Http/Controllers/CommentsController.php:68fluent_community/comment_addedfluent-community-pro/app/Http/Controllers/ModerationController.php:211fluent_community/comment_deletedfluent-community/app/Http/Controllers/CommentsController.php:589fluent_community/comment_updatedfluent-community/app/Http/Controllers/CommentsController.php:263fluent_community/comment/media_deletedfluent-community/app/Http/Controllers/CommentsController.php:257fluent_community/comment/new_comment_{comment}fluent-community/app/Http/Controllers/CommentsController.php:161fluent_community/comment/react_addedfluent-community/app/Http/Controllers/CommentsController.php:634fluent_community/comment/react_removedfluent-community/app/Http/Controllers/CommentsController.php:646fluent_community/comment/updatedfluent-community/app/Http/Controllers/CommentsController.php:315fluent_community/notification/comment/notifed_to_authorfluent-community/app/Hooks/Handlers/NotificationEventHandler.php:334fluent_community/notification/comment/notifed_to_mentionsfluent-community/app/Hooks/Handlers/NotificationEventHandler.php:476fluent_community/notification/comment/notifed_to_thread_commetenterfluent-community/app/Hooks/Handlers/NotificationEventHandler.php:607fluent_community/before_comment_createCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:129$commentData(CommentExample
fluent_community/before_comment_deleteCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:576$comment(CommentExample
fluent_community/check_rate_limit/create_commentCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:68$user(mixed)Example
fluent_community/comment_addedCall Sites
fluent-community-pro/app/Http/Controllers/ModerationController.php:211$content(mixed)$feed(Feedfluent-community/app/Http/Controllers/CommentsController.php:172$comment(CommentExample
fluent_community/comment_deletedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:589$commentId(CommentExample
fluent_community/comment_updatedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:263$comment(CommentExample
fluent_community/comment/media_deletedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:257$otherMedias(mixed)fluent-community/app/Http/Controllers/CommentsController.php:579$comment->media(CommentExample
fluent_community/comment/new_comment_{comment}Call Sites
fluent-community/app/Http/Controllers/CommentsController.php:161$comment(CommentExample
fluent_community/comment/react_addedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:634$reaction(mixed)$comment(CommentExample
fluent_community/comment/react_removedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:646$comment(CommentExample
fluent_community/comment/updatedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:315$comment(CommentExample
fluent_community/notification/comment/notifed_to_authorCall Sites
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:334[ 'user_ids' => [$authorId], 'notification' => $exist, 'key' => 'notifed_to_author', 'comment' => $comment, 'feed' => $feed, 'created' => false ](array)fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:360[ 'user_ids' => [$authorId], 'notification' => $notification, 'comment' => $comment, 'key' => 'notifed_to_author', 'feed' => $feed, 'created' => true ](array)Example
fluent_community/notification/comment/notifed_to_mentionsCall Sites
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:476[ 'user_ids' => $mentionedUserIds, 'notification' => $mentionNotification, 'key' => 'notifed_to_mentions', 'comment' => $comment, 'feed' => $feed ](array)Example
fluent_community/notification/comment/notifed_to_thread_commetenterCall Sites
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:607[ 'user_ids' => $childCommentUserIds, 'notification' => $existingNotification, 'key' => 'notifed_to_thread_commetenter', 'comment' => $comment, 'feed' => $feed ](array)fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:644[ 'user_ids' => $childCommentUserIds, 'notification' => $notification, 'key' => 'notifed_to_thread_commetenter', 'comment' => $comment, 'feed' => $feed ](array)Example