Your IP : 52.15.191.241


Current Path : /home/church/www/paradigmmar.com/wp-content/plugins/business-hours-indicator/
Upload File :
Current File : /home/church/www/paradigmmar.com/wp-content/plugins/business-hours-indicator/uninstall.php

<?php
// Fired when the plugin is uninstalled.
// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

delete_option('mb-bhi-settings');
?>