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
ed4a4ab4
authored
2022-02-17 16:23:34 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ddd
1 parent
67959b62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
wp-content/themes/understrap-child/inc/request-conversation.php
wp-content/themes/understrap-child/inc/request-conversation.php
View file @
ed4a4ab
<?php
function
send_planner_notice
(
$data
)
function
send_planner_notice
()
{
$name
=
$
data
[
'name'
];
$email
=
$
data
[
'email'
];
$phone
=
$
data
[
'phone'
];
$age
=
$
data
[
'age'
];
$about
=
$
data
[
'about'
];
$contact
=
$
data
[
'contact'
];
$panner_id
=
$
data
[
'planner_id'
];
$name
=
$
_REQUEST
[
'name'
];
$email
=
$
_REQUEST
[
'email'
];
$phone
=
$
_REQUEST
[
'phone'
];
$age
=
$
_REQUEST
[
'age'
];
$about
=
$
_REQUEST
[
'about'
];
$contact
=
$
_REQUEST
[
'contact'
];
$panner_id
=
$
_REQUEST
[
'planner_id'
];
if
(
$email
==
""
||
$name
==
""
||
$phone
==
""
){
exit
;
...
...
Please
register
or
sign in
to post a comment