added link to author archive page on signature image
[danixland-author-signature.git] / uninstall.php
CommitLineData
e8ea8794 1<?php
2//if uninstall not called from WordPress exit
3if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) )
4 exit();
5
6// delete our metadata for all users
7delete_metadata( 'user', 0, 'dnxasi_meta_signature', '', true );
8// delete options for our plugin from the options table
9delete_option( 'dnxasi_settings' );