PluginProbe ʕ •ᴥ•ʔ
WP Chat App / trunk
WP Chat App vtrunk
3.8.1 3.8.2 trunk 2.6 3.4 3.4.1 3.4.2 3.4.4 3.4.5 3.4.6 3.5 3.6 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.6.9 3.7.0 3.7.1 3.7.2 3.7.3 3.7.4 3.8.0
wp-whatsapp / vendor-prefixed / src / Support / Constants.php
wp-whatsapp / vendor-prefixed / src / Support Last commit date
Constants.php 4 months ago Slug.php 4 months ago
Constants.php
13 lines
1 <?php
2
3 namespace WhatsappScoped\YayCommerce\AdminShell\Support;
4
5 \defined('ABSPATH') || exit;
6 /**
7 * Package-level constants with defined()-guards so individual plugins
8 * that define their own copy (race condition) take precedence.
9 */
10 if (!\defined('YAYCOMMERCE_SELLER_SITE_URL')) {
11 \define('YAYCOMMERCE_SELLER_SITE_URL', 'https://yaycommerce.com/');
12 }
13