Skip to content

Reactions Actions

1 unique action hook currently map to this category, across 1 call site.

Hook Inventory

HookEditionCall SitesFirst Source
fluent_community/section/reactions_count_updatedCore1fluent-community/Modules/Course/Http/Controllers/CourseAdminController.php:754

fluent_community/section/reactions_count_updated

  • Type: action
  • Edition: Core
  • Call sites: 1
  • When it fires: Section/Reactions Count Updated hook emitted from the current call site.

Call Sites

EditionSourceParameters
Corefluent-community/Modules/Course/Http/Controllers/CourseAdminController.php:754$course (mixed)
$topic (mixed)

Example

php
add_action('fluent_community/section/reactions_count_updated', function ($course, $topic) {
}, 10, 2);

FluentCommunity developer documentation