public function replyToSubmitField()
 {
     $_aParams = func_get_args();
     FetchTweets_WPUtilities::clearTransients();
     $_oFactory = $_aParams[2];
     $_oFactory->setSettingNotice(__('The caches have been cleared.', 'fetch-tweets'));
 }
Ejemplo n.º 2
0
 public function _replyToDoWhenPluginDeactivates()
 {
     FetchTweets_WPUtilities::clearTransients();
 }