[ad_1]
When creating a quiz below hook should work as per the code comment,
// Hook called after new quiz or survey has been created. Passes quiz_id to hook
do_action( ‘qmn_quiz_created’, $new_quiz );
I tried with the above hook but it doesn’t call to provide the new_quiz id as mentioned above, please. I tried calling hook in child theme’s functions.php file.
Delete quiz and Duplicate quiz hooks working fine. But, not the create quiz hook, please.
Can you please guide here to manage the create quiz hook, please?
