Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
81065528
authored
2022-07-27 19:54:44 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Anti-CSRF tokens
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
9d987576
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
wp-content/themes/understrap-child/functions.php
wp-content/themes/understrap-child/functions.php
View file @
8106552
...
...
@@ -141,6 +141,7 @@ add_filter("wpcf7_ajax_json_echo", function ($response, $result) {
},
10
,
2
);
add_filter
(
'wpcf7_verify_nonce'
,
'__return_true'
);
// UnderStrap's includes directory.
$understrap_inc_dir
=
'inc'
;
...
...
Please
register
or
sign in
to post a comment