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/WriteReviewNotice.php
<?php namespace GeminiLabs\SiteReviews\Notices; class WriteReviewNotice extends AbstractNotice { protected function canRender(): bool { if (!parent::canRender()) { return false; } if ($this->futureTime() >= time()) { return false; } return true; } protected function isIntroverted(): bool { return true; } protected function isMonitored(): bool { return false; } protected function version(): string { return glsr()->version('major'); } }
Copyright ©2021 || Defacer Indonesia