D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ensad
/
www
/
wp-content
/
plugins
/
font-awesome
/
Filename :
uninstall.php
back
Copy
<?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;