update plugins

This commit is contained in:
Tony Volpe
2024-06-17 14:42:23 -04:00
parent a00f379f7f
commit 38e314323c
9467 changed files with 2032414 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>