wp-ffpc/uninstall.php
2013-03-19 10:16:59 +00:00

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