File "WildcardLocation.php"

Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/tawkto-live-chat/vendor/tawk/url-utils/lib/Enums/WildcardLocation.php
File size: 149 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Tawk\Enums;

class WildcardLocation {
	const START = 'start';
	const MIDDLE = 'middle';
	const END = 'end';
	const NONE = 'none';
}