Fixed issue in uninstall script #10

Merged
IgorCode merged 1 commit from patch-1 into master 2014-04-03 15:47:00 +01:00

View file

@ -3,6 +3,11 @@
* uninstall file for WP-FFPC; uninstall hook does not remove the databse options
*/
// exit if uninstall not called from WordPress
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
/* get the worker file */
include_once ( 'wp-ffpc.php' );