Missing action hook
-
Hi there.
I’am using ‘wpdc_after_sync_sso’ hook to trigger additional requests to discourse using discourse user variable available in that hook. Also got some custom sync sso triggers which are using Utilities::sync_sso_record method. Found that sync_sso_record method dont have
do_action( 'wpdc_after_sync_sso', $discourse_user, $user_id );
It is simillar to sync_sso available in DiscourseSSO class which have that hook.
Could you tell me if that on purpose or not? Need to find a way of dealing with that or wait for your update.
Cheers, Mateusz
- The topic ‘Missing action hook’ is closed to new replies.