forked from multivendorx/woocommerce-product-stock-alert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
16 lines (9 loc) · 864 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
defined( 'ABSPATH' ) || exit;
define( 'STOCK_MANAGER_PLUGIN_TOKEN', 'woocommerce-stock-manager' );
define( 'STOCK_MANAGER_TEXT_DOMAIN', 'woocommerce-stock-manager' );
define( 'STOCK_MANAGER_PRO_SHOP_URL', 'https://multivendorx.com/woocommerce-product-stock-manager-notifier-pro/?utm_source=wpadmin&utm_medium=pluginsettings&utm_campaign=stockmanager' );
define( 'STOCK_MANAGER_DOC_URL', 'https://multivendorx.com/docs/knowledgebase/products-stock-manager-notifier-for-woocommerce/?utm_source=wpadmin&utm_medium=pluginsettings&utm_campaign=stockmanager' );
define( 'STOCK_MANAGER_SUPPORT_URL', ' https://wordpress.org/support/plugin/woocommerce-product-stock-alert/?utm_source=wpadmin&utm_medium=pluginsettings&utm_campaign=stockmanager' );
define( 'STOCK_MANAGER_PLUGIN_VERSION', '2.5.5' );
define( 'STOCK_MANAGER_REST_NAMESPACE', 'stockmanager/v1');