Closed dmitry-kurmanov closed 2 months ago
/**
* Custom Save Survey Result function
* file functions.php
*/
function surveyjs_save_result($SurveyId=null, $Json=null, $TableName=null) {
/*do stuff*/
}
add_action( 'wp_surveyjs_save_result', 'surveyjs_save_result', 10, 3 );
https://surveyjs.answerdesk.io/ticket/details/t19179/guidance-for-wp-plugin-use