Metainformationen zur Seite

LBSystem::pluginversion

$pversion = LBSystem::pluginversion();

 Returns the plugin version of your plugin from LoxBerry's plugin database.You can use the version number in your user interface and/or in logfiles to clearly point out your version, without changing version numbers on several code locations.

Usage

require_once "loxberry_system.php";
 
$pversion = LBSystem::pluginversion();
echo "Top Plugin V$pversion";