Files
bio-concept-pharma/web/blog/wp-content/plugins/ga-google-analytics/uninstall.php
2019-11-17 19:14:07 +01:00

6 lines
151 B
PHP

<?php // uninstall remove options
if (!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN')) exit();
// delete options
delete_option('gap_options');