Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Jolo committed Jan 10, 2025
1 parent abd8a98 commit d880f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/osi/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ function save_form_data_to_cpt($contact_form) {
));
update_field('name', $data['your-name'], $post_id);
update_field('organization', $data['your-org'], $post_id);
update_field('endorsement_type', $data['your-endorsementg'], $post_id);
update_field('endorsement_type', $data['your-endorsement'], $post_id);
update_field('quote', $data['your-message'], $post_id);
} else {
error_log('WPCF7_Submission instance is null.');
Expand Down

0 comments on commit d880f27

Please sign in to comment.