• Resolved mike2972

    (@mike2972)


    How can I send (post) the collected data to an external script?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bob

    (@prasunsen)

    add_action(‘chained_quiz_completed’, function($attempt_id){
    // select the attempt data from the DB and do your remote POST call
    });

    • This reply was modified 1 year ago by Bob.
    Thread Starter mike2972

    (@mike2972)

    Ah, that’s good. Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sending results to external script’ is closed to new replies.