From e46022ff8998f45b54606abe3ddfb487097442d7 Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Sun, 14 Apr 2024 21:37:57 +0300 Subject: [PATCH] add page subscript --- functions.php | 16 ++++++---------- page-subscript.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 10 deletions(-) create mode 100644 page-subscript.php diff --git a/functions.php b/functions.php index 6b5dd26..292fd8e 100644 --- a/functions.php +++ b/functions.php @@ -672,9 +672,8 @@ function last_sticky_post() { } -add_action( 'phpmailer_init', 'agroxpert_send_smtp_email' ); -function agroxpert_send_smtp_email( PHPMailer $phpmailer ) { +function agroxpert_send_smtp_email( $phpmailer ) { $phpmailer->isSMTP(); $phpmailer->Host = 'mail.vetandlife.ru'; @@ -684,14 +683,14 @@ function agroxpert_send_smtp_email( PHPMailer $phpmailer ) { $phpmailer->Password = 'O6K!]aZDNJ'; $phpmailer->SMTPSecure = 'ssl'; $phpmailer->From = 'news@mail.agroexpert.press'; - $phpmailer->FromName = 'Ветеринария и жизнь'; + $phpmailer->FromName = 'Агроэксперт'; } +add_action( 'phpmailer_init', 'agroxpert_send_smtp_email' ); + -add_action('wpcf7_mail_sent', 'my_custom_mail_sent' ); - function my_custom_mail_sent( $contact_form ){ $log_file = WP_CONTENT_DIR . '/contact.log'; @@ -748,13 +747,10 @@ $hash_link.\n\n // Отправка письма wp_mail($mail, $subject, $message, $headers); - echo '

Благодарим за интерес к нашему изданию!

-

На Вашу почту отправлено письмо для подтверждения подписки.

'; - - - return; } +add_action('wpcf7_mail_sent', 'my_custom_mail_sent' ); + diff --git a/page-subscript.php b/page-subscript.php new file mode 100644 index 0000000..ced82c4 --- /dev/null +++ b/page-subscript.php @@ -0,0 +1,45 @@ + + + +
+ +
+

Подписка на рассылку

+
+ + + +
+
+
+
+ +
+ + +