* @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 helper@wow-company.com.
Also, you can send us your ideas and suggestions for improving the plugin.
', 'content-type: text/html', ); $message = '| License Key: | ' . esc_attr( $license ) . ' |
| Plugin: | ' . esc_attr( $plugin ) . ' |
| Website: | ' . esc_url( $website ) . ' |
' . esc_attr__( 'Your Message sent to the Support.', 'wpcoder' ) . '
' . esc_attr__( 'Sorry, but message did not send. Please, contact us helper@wow-company.com', 'wpcoder' ) . '
' . implode( "
", $error )
. '