fa71c7a216
git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@684134 b8457f37-d9ea-0310-8a92-e5e31aec5664
12 lines
219 B
PHP
12 lines
219 B
PHP
<?php
|
|
/**
|
|
* uninstall file for WP-FFPC; uninstall hook does not remove the databse options
|
|
*/
|
|
|
|
/* get the worker file */
|
|
include_once ( 'wp-ffpc.php' );
|
|
|
|
/* run uninstall function */
|
|
$wp_ffpc->plugin_uninstall();
|
|
|
|
?>
|