Skip to content

Instantly share code, notes, and snippets.

@michaeluno
Created October 1, 2016 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeluno/ac3ef88b1e0fb2ffec8dd6e03900224d to your computer and use it in GitHub Desktop.
Save michaeluno/ac3ef88b1e0fb2ffec8dd6e03900224d to your computer and use it in GitHub Desktop.
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