X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/goldy-mex/inc
home
/
freights
/
public_html
/
wp-content
/
themes
/
goldy-mex
/
inc
/
??
..
??
19z2pmg3
(9.03 KB)
??
about.php
(5.94 KB)
??
appoinment_load.php
(592 B)
??
custom-header.php
(1.86 KB)
??
customizer-control.php
(16.31 KB)
??
customizer-notify
??
customizer-options
??
customizer.php
(3.25 KB)
??
jetpack.php
(1.45 KB)
??
kirki
??
template-functions.php
(937 B)
??
template-tags.php
(4.69 KB)
??
woocommerce.php
(6.12 KB)
Editing: appoinment_load.php
<?php function contant_appoinment(){ ?> <?php $appointment_name = $_POST['appointment_name']; $appointment_email = $_POST['appointment_email']; $appointment_monumber = $_POST['appointment_monumber']; $appointment_query = $_POST['appointment_query']; $to = $appointment_email; $subject = "Thank you for Submission."; $content = $appointment_name; $admin_email = get_option( 'admin_email' ); wp_mail($to, $subject,"Name : ".$content); } add_action( 'wp_ajax_contant_appoinment', 'contant_appoinment'); add_action( 'wp_ajax_nopriv_contant_appoinment', 'contant_appoinment' );
Upload File
Create Folder