/** * This function is a static wrapper around can_upgrade. * * @param string $type The plugin type * @param int $version The plugin version * @return bool */ public static function can_upgrade_seplment($type, $version) { $seplment = new sepl(null, null, null); return $seplment->can_upgrade($type, $version); }