Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
code-snippets
/
php
/
/home/ariannadhf/www/wp-content/plugins/code-snippets/php/class-licensing.php
<?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; } }