mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-26 06:07:35 +08:00
23 lines
561 B
PHP
23 lines
561 B
PHP
<?php
|
|
// phpcs:ignoreFile PSR1.Files.SideEffects.FoundWithSymbols
|
|
|
|
/**
|
|
* Project: UpdateAPI
|
|
* Author: Vontainment <services@vontainment.com>
|
|
* License: https://opensource.org/licenses/MIT MIT License
|
|
* Link: https://vontainment.com
|
|
* Version: 4.5.0
|
|
*
|
|
* File: footer.php
|
|
* Description: WordPress Update API
|
|
*/
|
|
|
|
?>
|
|
</div>
|
|
<footer>
|
|
<p>© <?php echo date("Y"); ?> Vontainment. All Rights Reserved.</p>
|
|
</footer>
|
|
<script src="/assets/js/footer-scripts.js"></script>
|
|
<?php App\Helpers\MessageHelper::displayAndClearMessages(); ?>
|
|
</body>
|
|
</html>
|