Your IP : 216.73.216.215


Current Path : /home/flapst5/ekmtoronto.com/wp-content/plugins/code-snippets/php/Core/
Upload File :
Current File : /home/flapst5/ekmtoronto.com/wp-content/plugins/code-snippets/php/Core/Licensing.php

<?php

namespace Code_Snippets\Core;

/**
 * Empty class to better support interoperability between core and pro.
 *
 * @package Code_Snippets
 */
class Licensing {

	/**
	 * Determine whether the current site has an active license.
	 *
	 * @return bool
	 */
	public function is_licensed(): bool {
		return false;
	}
}