all repos — wp-ffpc @ fa71c7a216e39221a8050d5dc35f99e9eb4d3599

uninstall.php (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
<?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();

?>