File: /home/ohirex/web/ohirex.com/public_html/wp-content/plugins/mailster/views/setup/extensions.php
<div class="mailster-setup-step-body">
<form class="mailster-setup-step-form">
<?php
$plugins = get_option( 'active_plugins' );
// get only directoryof the plugins
$plugins = preg_replace( '/^(.*)\/.*$/', '$1', $plugins );
$recomended_plugins = array(
'contact-form-7' => array( 'mailster-contact-form-7' ),
'woocommerce' => array( 'mailster-woocommerce' ),
'garvityforms' => array( 'mailster-gravity-forms' ),
);
$mappings = array();
?>
<p><?php esc_html_e( 'Mailster can track specific behaviors and the location of your subscribers to target your audience better. In most countries you must get the consent of the subscriber if you sent them marketing emails. Please get in touch with your lawyer for legal advice in your country.', 'mailster' ); ?></p>
<p><?php esc_html_e( 'If you have users in the European Union you have to comply with the General Data Protection Regulation (GDPR). Please check our knowledge base on how Mailster can help you.', 'mailster' ); ?></p>
<p><a href="<?php echo mailster_url( 'https://kb.mailster.co/tag/gdpr/' ); ?>" class="external button button-primary"><?php esc_html_e( 'Knowledge Base', 'mailster' ); ?></a></p>
</form>
</div>