Files
medicalalert-web-reloaded/wp/wp-content/plugins/makewebbetter-hubspot-for-woocommerce/includes/class-hubwooconst.php
2024-09-25 09:25:31 -04:00

24 lines
543 B
PHP

<?php
/**
* Plugin Enums.
*
* @link https://makewebbetter.com/
* @since 1.0.0
*
* @package makewebbetter-hubspot-for-woocommerce
* @subpackage makewebbetter-hubspot-for-woocommerce/includes
*/
/**
* Plugin Enums.
*
* @package makewebbetter-hubspot-for-woocommerce
* @subpackage makewebbetter-hubspot-for-woocommerce/includes
*/
class HubwooConst extends HubWooEnum {
const HUBWOOWORKFLOW = 'Workflow';
const CHECKOUTFORM = 'Checkout';
const CHECKOUTFORMNAME = 'Checkout Form';
}