uninstall.php 175 Bytes
Newer Older
imac's avatar
imac committed
1 2 3 4 5
<?php
//Remove "user has seen this menu" records.
if ( defined('ABSPATH') && defined('WP_UNINSTALL_PLUGIN') ) {
	delete_metadata('user', 0, 'ws_nmh_seen_menus', null, true);
}