<?php//if uninstall not called from WordPress exitif(!defined('WP_UNINSTALL_PLUGIN'))exit();// delete our metadata for all usersdelete_metadata('user',0,'dnxasi_meta_signature','',true);// delete options for our plugin from the options tabledelete_option('dnxasi_settings');