* @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' ); $license = get_option( 'wow_license_key_' . $this->plugin_pref, 'no' ); ?>

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 support@wow-company.com.

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

', 'content-type: text/html', ); $message = '
License Key: ' . $license . '
Plugin: ' . $plugin . '
Website: ' . $website . '
' . $message . ' '; wp_mail( 'support@wow-company.com', 'Support Ticket: ' . $type, $message, $headers ); echo '

' . esc_attr__( 'Your Message sent to the Support.', 'wpcoder' ) . '

'; } } else { echo '

' . esc_attr__( 'Sorry, but message did not send. Please, contact us support@wow-company.com', 'wpcoder' ) . '

'; } } ?> 0 ) { echo '

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

'; } ?>