File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/class-licensing.php.tar
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/code-snippets/php/class-licensing.php 0000644 00000000472 15153775575 0027654 0 ustar 00 <?php
namespace Code_Snippets;
/**
* 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;
}
}