Anti-CSRF tokens
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -141,6 +141,7 @@ add_filter("wpcf7_ajax_json_echo", function ($response, $result) { | ... | @@ -141,6 +141,7 @@ add_filter("wpcf7_ajax_json_echo", function ($response, $result) { |
| 141 | 141 | ||
| 142 | },10,2); | 142 | },10,2); |
| 143 | 143 | ||
| 144 | add_filter( 'wpcf7_verify_nonce', '__return_true' ); | ||
| 144 | 145 | ||
| 145 | // UnderStrap's includes directory. | 146 | // UnderStrap's includes directory. |
| 146 | $understrap_inc_dir = 'inc'; | 147 | $understrap_inc_dir = 'inc'; | ... | ... |
-
Please register or sign in to post a comment