Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
!Backup
/
blog
/
wp-content
/
plugins
/
easy-google-fonts
📤 Upload
📝 New File
📁 New Folder
Close
Editing: uninstall.php
<?php /** * Uninstall Easy Google Fonts * * This file is intentionally blank as the plugin * admin screen manages any option/transient/data * removal. * * @package easy-google-fonts * @author Sunny Johal - Titanium Themes <support@titaniumthemes.com> */ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }
Save
Cancel