MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b2432/bleuerose.com/wp-content/plugins/font-awesome/
File Upload :
Current < : /hermes/sb_web/b2432/bleuerose.com/wp-content/plugins/font-awesome/uninstall.php

<?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;