Deletes options of the Fetch Tweets plugin of WordPress.
<?php | |
/** | |
* Plugin Name: Fetch Tweets - Delete Options | |
* Plugin URI: http://en.michaeluno.jp/fetch-tweets | |
* Description: Deletes options of the Fetch Tweets plugin. | |
* Author: Michael Uno | |
* Author URI: http://michaeluno.jp | |
* Version: 1.0.0 | |
*/ | |
delete_option( 'fetch_tweets_admin' ); | |
delete_option( 'fetch_tweets_option' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment