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
677d584e
authored
2022-02-08 20:12:45 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ddd
1 parent
c49e6dd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
wp-content/themes/understrap-child/inc/request-conversation.php
wp-content/themes/understrap-child/inc/request-conversation.php
View file @
677d584
...
...
@@ -11,12 +11,13 @@ function send_planner_email($data)
exit
;
}
if
(
strpos
(
$email
,
'tenzing'
)
!==
false
||
$_SERVER
[
'HTTP_HOST'
]
!=
"yournumbers.ca"
)
{
if
(
strpos
(
$email
,
'tenzing'
)
!==
false
)
{
$to
=
'support@gotenzing.com'
;
}
else
{
$to
=
get_post_meta
(
$panner_id
,
'wpsl
_
email'
,
true
);
$to
=
get_post_meta
(
$panner_id
,
'wpsl
-
email'
,
true
);
}
error_log
(
$panner_id
);
error_log
(
$to
);
$subject
=
'You\'ve got a new client prospect!'
;
$headers
=
array
(
'Content-Type: text/html; charset=UTF-8'
);
...
...
Please
register
or
sign in
to post a comment