Skip to content

Commit

Permalink
Added hook and code changes for Advance Polar
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed Jun 14, 2024
1 parent 807a485 commit 9edbbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/question-types/qsm-question-type-polar.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ function qmn_polar_review( $id, $question, $answers ) {
/**
* Hook to filter answers array
*/
return apply_filters( 'qmn_polar_review', $return_array, $id, $question, $answers );
return apply_filters( 'qmn_polar_review', $return_array, $answers );
}

0 comments on commit 9edbbcf

Please sign in to comment.