facebook community', 'affilicious'); ?>
send_email()): ?>" . __('Slug', 'affilicious') . ": " . $name . "
" . "" . __('Subject', 'affilicious') . ": " . $subject . "
" . "" . $message . "
" . $headers = __('Feedback:', 'affilicious') . ' ' . $name . ' <' . $email . '>'; add_filter('wp_mail_content_type', array($this, 'set_email_content_type')); if (wp_mail($to, __('Feedback:', 'affilicious') . ' ' . $subject, $msg, $headers)) { echo '' . __('Thanks, your feedback has been sent! We will read every single feedback.', 'affilicious') . '
'; echo "' . __('Failed to send the email. Please try it again', 'affilicious') . '
'; echo '' . __("Empty fields aren't allowed. Please fill out all fields.", 'affilicious') . '
'; echo '