.. | |||||
admin | |||||
block-editor | |||||
classic-editor | |||||
icon-chooser | |||||
includes | |||||
LICENSE | |||||
defines.php | |||||
font-awesome-init.php | |||||
font-awesome.php | |||||
index.php | |||||
readme.txt | |||||
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;
.. | |||||
admin | |||||
block-editor | |||||
classic-editor | |||||
icon-chooser | |||||
includes | |||||
LICENSE | |||||
defines.php | |||||
font-awesome-init.php | |||||
font-awesome.php | |||||
index.php | |||||
readme.txt | |||||
uninstall.php |