plugin installs

This commit is contained in:
Tony Volpe
2024-09-25 09:25:31 -04:00
parent 65a07c8d4d
commit cc870f301f
2953 changed files with 514886 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<?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>