Skip to main content

Bug fixed - unscheduleNotification argument mismatch

Fixed location: /wp-content/plugins/fluent-community-pro/app/Hooks/Handlers/CourseEmailNotificationHandler.php Line 123:

Before:

php

do_action('fluent_community/course/' . $courseType . '/unschedule_notification', $section);

After:

php

do_action('fluent_community/course/' . $courseType . '/unschedule_notification', $section->course, $section);

I can confirm that this fix resolves the issue and everything is working properly now. I would appreciate it if you could include this fix in the next update.

Thank you for your great plugin!

Shahjahan Jewel

Tagging Raiyan MarzanΒ