* @copyright 2019 Wow-Company * @license GNU Public License * @version 1.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } $plugin = $this->plugin['name'] . ' v.' . $this->plugin['version']; $website = get_option( 'home' ); ?>

To get your support related question answered in the fastest timing, please send a message via the form below or write to us on email helper@wow-company.com.

Also you can contact us via Support Forum on Wordpress.org

Also, you can send us your ideas and suggestions for improving the plugin.

plugin['text'] ); } if ( empty( $lname ) ) { $error[] = esc_attr__( 'Please, Enter your Last Name.', $this->plugin['text'] ); } if ( empty( $message ) ) { $error[] = esc_attr__( 'Please, Enter your Message.', $this->plugin['text'] ); } if ( empty( $email ) ) { $error[] = esc_attr__( 'Please, Enter your Email.', $this->plugin['text'] ); } if ( count( $error ) == 0 ) { $headers = array( 'From: ' . $fname . ' ' . $lname . ' <' . $email . '>', 'content-type: text/html', ); $message = '
Plugin: ' . esc_html( $plugin ) . '
Page with issue: ' . esc_url( $issue ) . '
Website: ' . esc_url( $website ) . '
' . nl2br(esc_textarea( $message )) . ' '; wp_mail( 'helper@wow-company.com', 'Support Ticket: ' . $type, $message, $headers ); echo '

' . esc_attr__( 'Your Message sent to the Support.', $this->plugin['text'] ) . '

'; } } else { echo '

' . esc_attr__( 'Sorry, but message did not send. Please, contact us helper@wow-company.com', $this->plugin['text'] ) . '

'; } } ?> 0 ) { echo '

' . wp_kses_post( implode( "
", $error ) ) . '

'; } ?>