🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 11:00:38 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
font-awesome
📍 /home/eliteewa/public_html/wp-content/plugins/font-awesome
🔄 Refresh
✏️
Editing: uninstall.php
Writable
<?php // if uninstall.php is not called by WordPress, die if (!defined('WP_UNINSTALL_PLUGIN')) { die; } require_once trailingslashit( dirname( __FILE__ ) ) . 'font-awesome.php'; if ( class_exists( 'FortAwesome\FontAwesome_Loader' ) ) : FortAwesome\FontAwesome_Loader::maybe_uninstall( trailingslashit( dirname(__FILE__) ) ); endif;
💾 Save Changes
❌ Cancel