* @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['version'], '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 yoda@wow-company.com.
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 = '| License Key: | ' . $license . ' |
| Plugin: | ' . $plugin . ' |
| Website: | ' . $website . ' |
' . esc_attr__( 'Your Message sent to the Support.', $this->plugin['text'] ) . '
' . esc_attr__( 'Sorry, but message did not send. Please, contact us yoda@wow-company.com', $this->plugin['text'] ) . '
' . implode( "
", $error ) .
'