Hi friends this automation is working just for the new users
when i update the courses and trying to add them to the automation the existing members not adding to the new courses
Ayoub GouahiΒ Your automation is only triggerred when membership enrolled paid. For your use case, you may need flowmattics or suretriggers or roll your own?
Debo OgunrindeΒ how i can roll my own?
Ayoub GouahiΒ there is action hook here https://github.com/WPManageNinja/fluent-community-docs/blob/master/action-hooks.md#course-actions
(I am not a programmer!)
fluent_community/course/created
-
Description: Action hook that runs after a course is created.
-
Parameters:
$courseΒ (object): The newly created course object.
-
Example:
add_action('fluent_community/course/created', function($course) { // Perform actions after course creation });
Debo OgunrindeΒ can i do it with wp fusion?https://wpfusion.com/documentation/membership/fluentcommunity/
Ayoub GouahiΒ I donβt think so but you may want to check with wpfusion support.
Debo OgunrindeΒ because i don't know where i can add this https://github.com/WPManageNinja/fluent-community-docs/blob/master/action-hooks.md#course-actions
Ayoub GouahiΒ flowmattics