Conversation
supportDon’t know where to drop the patch instead.. --- a/get-tweets-in-php/Netgloo/GetTweetsInPhp.php +++ b/get-tweets-in-php/Netgloo/GetTweetsInPhp.php @@ -191,7 +191,7 @@ class GetTweetsInPhp { $twitter_api_exchange = new \TwitterAPIExchange($settings); // Set the cache transient name - $transient_name = CACHE_TRANSIENT . '__' . $api_opts['screen_name']; + $transient_name = self::CACHE_TRANSIENT . '__' . $api_opts['screen_name']; // Retrive the $user_timeline $user_timeline = null; https://wordpress.org/plugins/get-tweets-in-php/
Ok, thank you for the fix. I just released version 1.1 with this fix, adding you as contributor if it’s ok for you. I will place the code under GitHub, so contributions will be easier.
Now the code is available on GitHub here: https://github.com/netgloo/get-tweets-in-php accepting pull requests or issues reports.
Ok, thank you for the fix. I just released version 1.1 with this fix, adding you as contributor if it’s ok for you. I will place the code under GitHub, so contributions will be easier.
Now the code is available on GitHub here: https://github.com/netgloo/get-tweets-in-php accepting pull requests or issues reports.