| Current Path : /home/digilove/public_html/plugins/content/aimyindexnow/ |
| Current File : /home/digilove/public_html/plugins/content/aimyindexnow/info.php |
<?php
/*
* Copyright (c) 2022-2024 Aimy Extensions, Netzum Sorglos Software GmbH
*
* https://www.aimy-extensions.com/
*
* License: GNU GPLv2, see LICENSE.txt within distribution and/or
* https://www.aimy-extensions.com/software-license.html
*/
namespace Aimy\IndexNow; defined( '_JEXEC' ) or die(); abstract class Info { static public function getVersion() { return '6.0'; } static public function getProductURL() { return 'https://www.aimy-extensions.com/joomla/indexnow.html'; } static public function isPro() { return true ; } }