Files
2024-09-25 09:25:31 -04:00

31 lines
742 B
PHP

<?php
/**
* Provide a admin area view for the plugin
*
* This file is used to markup the admin-facing aspects of the plugin.
*
* @link https://makewebbetter.com/
* @since 1.0.0
*
* @package makewebbetter-hubspot-for-woocommerce
* @subpackage makewebbetter-hubspot-for-woocommerce/admin/templates/
*/
?>
<!-- deactivation screen-->
<div class="mwb-g-modal">
<div class="mwb-g-modal__cover"></div>
<div class="mwb-g-modal__message">
<span class="mwb-g-modal__close">+</span>
<div class="mwb-g-modal__content">
<script>
hbspt.forms.create({
region: "na1",
portalId: "5373140",
formId: "c4ec3628-d383-4d68-acfa-f6ea2348cd1d"
});
</script>
</div>
</div>
</div>