whoami7 - Manager
:
/
home
/
techyfnq
/
public_html
/
wp-content
/
plugins
/
site-reviews
/
plugin
/
Notices
/
Upload File:
files >> //home/techyfnq/public_html/wp-content/plugins/site-reviews/plugin/Notices/UpgradedNotice.php
<?php namespace GeminiLabs\SiteReviews\Notices; use GeminiLabs\SiteReviews\Database\OptionManager; class UpgradedNotice extends AbstractNotice { protected function canRender(): bool { if ('0.0.0' === glsr(OptionManager::class)->get('version_upgraded_from')) { return false; } return parent::canRender(); } protected function version(): string { return glsr()->version('minor'); } }
Copyright ©2021 || Defacer Indonesia