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

helper@wow-company.com' ); ?> .

', 'content-type: text/html', ); $message_mail = '
Plugin: ' . esc_attr( $plugin ) . '
Website: ' . esc_url( $website ) . '
' . nl2br( wp_kses_post( $message ) ) . ' '; wp_mail( 'helper@wow-company.com', 'Support Ticket: ' . $type, $message_mail, $headers ); echo '

' . esc_attr__( 'Your Message sent to the Support.', 'floating-button' ) . '

'; } } else { echo '

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

'; } } ?> 0 ) { echo '

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

'; } ?>
'wow-message', ); wp_editor( $content, $editor_id, $settings ); ?>