Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Support Functions-php #52

Merged
merged 4 commits into from
Aug 8, 2024
Merged

PR: Support Functions-php #52

merged 4 commits into from
Aug 8, 2024

Conversation

dmitry-kurmanov
Copy link
Member

@dmitry-kurmanov dmitry-kurmanov commented Aug 8, 2024

#51

/**
 * 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 );

@dmitry-kurmanov dmitry-kurmanov self-assigned this Aug 8, 2024
@dmitry-kurmanov dmitry-kurmanov requested a review from tsv2013 August 8, 2024 12:03
@tsv2013 tsv2013 merged commit ece4b2b into master Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants