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:126
fluent_community/before_comment_delete
fluent-community/app/Http/Controllers/CommentsController.php:564
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:199
fluent_community/comment_deleted
fluent-community/app/Http/Controllers/CommentsController.php:577
fluent_community/comment_updated
fluent-community/app/Http/Controllers/CommentsController.php:252
fluent_community/comment/media_deleted
fluent-community/app/Http/Controllers/CommentsController.php:246
fluent_community/comment/new_comment_{comment}
fluent-community/app/Http/Controllers/CommentsController.php:158
fluent_community/comment/react_added
fluent-community/app/Http/Controllers/CommentsController.php:622
fluent_community/comment/react_removed
fluent-community/app/Http/Controllers/CommentsController.php:634
fluent_community/comment/updated
fluent-community/app/Http/Controllers/CommentsController.php:304
fluent_community/notification/comment/notifed_to_author
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:273
fluent_community/notification/comment/notifed_to_mentions
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:415
fluent_community/notification/comment/notifed_to_thread_commetenter
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:543
$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:168
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:567
$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' => [$feed->user_id], 'notification' => $exist, 'key' => 'notifed_to_author', 'comment' => $comment, 'feed' => $feed, 'created' => false ]
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:299
[ 'user_ids' => [$feed->user_id], 'notification' => $notification, 'comment' => $comment, 'key' => 'notifed_to_author', 'feed' => $feed, 'created' => true ]
add_action('fluent_community/notification/comment/notifed_to_author', function ($user_id) { }, 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:580
[ '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:126fluent_community/before_comment_deletefluent-community/app/Http/Controllers/CommentsController.php:564fluent_community/check_rate_limit/create_commentfluent-community/app/Http/Controllers/CommentsController.php:68fluent_community/comment_addedfluent-community-pro/app/Http/Controllers/ModerationController.php:199fluent_community/comment_deletedfluent-community/app/Http/Controllers/CommentsController.php:577fluent_community/comment_updatedfluent-community/app/Http/Controllers/CommentsController.php:252fluent_community/comment/media_deletedfluent-community/app/Http/Controllers/CommentsController.php:246fluent_community/comment/new_comment_{comment}fluent-community/app/Http/Controllers/CommentsController.php:158fluent_community/comment/react_addedfluent-community/app/Http/Controllers/CommentsController.php:622fluent_community/comment/react_removedfluent-community/app/Http/Controllers/CommentsController.php:634fluent_community/comment/updatedfluent-community/app/Http/Controllers/CommentsController.php:304fluent_community/notification/comment/notifed_to_authorfluent-community/app/Hooks/Handlers/NotificationEventHandler.php:273fluent_community/notification/comment/notifed_to_mentionsfluent-community/app/Hooks/Handlers/NotificationEventHandler.php:415fluent_community/notification/comment/notifed_to_thread_commetenterfluent-community/app/Hooks/Handlers/NotificationEventHandler.php:543fluent_community/before_comment_createCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:126$commentData(CommentExample
fluent_community/before_comment_deleteCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:564$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:199$content(mixed)$feed(Feedfluent-community/app/Http/Controllers/CommentsController.php:168$comment(CommentExample
fluent_community/comment_deletedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:577$commentId(CommentExample
fluent_community/comment_updatedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:252$comment(CommentExample
fluent_community/comment/media_deletedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:246$otherMedias(mixed)fluent-community/app/Http/Controllers/CommentsController.php:567$comment->media(CommentExample
fluent_community/comment/new_comment_{comment}Call Sites
fluent-community/app/Http/Controllers/CommentsController.php:158$comment(CommentExample
fluent_community/comment/react_addedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:622$reaction(mixed)$comment(CommentExample
fluent_community/comment/react_removedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:634$comment(CommentExample
fluent_community/comment/updatedCall Sites
fluent-community/app/Http/Controllers/CommentsController.php:304$comment(CommentExample
fluent_community/notification/comment/notifed_to_authorCall Sites
fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:273[ 'user_ids' => [$feed->user_id], 'notification' => $exist, 'key' => 'notifed_to_author', 'comment' => $comment, 'feed' => $feed, 'created' => false ](array)fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:299[ 'user_ids' => [$feed->user_id], '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:415[ '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:543[ 'user_ids' => $childCommentUserIds, 'notification' => $existingNotification, 'key' => 'notifed_to_thread_commetenter', 'comment' => $comment, 'feed' => $feed ](array)fluent-community/app/Hooks/Handlers/NotificationEventHandler.php:580[ 'user_ids' => $childCommentUserIds, 'notification' => $notification, 'key' => 'notifed_to_thread_commetenter', 'comment' => $comment, 'feed' => $feed ](array)Example