Skip to content

Commit 94c7caa

Browse files
author
Antti Kuosmanen
committed
Remove unnecessary php start tags
1 parent 50badb2 commit 94c7caa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Example use:
6464
Send a thank you email to the email in the submission
6565

6666
```php
67-
<?php
6867
add_action( 'wplf_post_validate_submission', 'my_email_thankyou' );
6968
function my_email_thankyou( $return ) {
7069
// do nothing if form validation failed
@@ -90,7 +89,6 @@ Example use:
9089
Make sure people don't include questions about Contact Form 7 in the message field.
9190

9291
```php
93-
<?php
9492
add_filter( 'wplf_validate_submission', 'my_form_validation' );
9593
function my_form_validation( $return ) {
9694
// skip this validation if submission has already failed

0 commit comments

Comments
 (0)