Title: [Plugin: Twitter Lists for WordPress] Missing check for function
Last modified: August 19, 2016

---

# [Plugin: Twitter Lists for WordPress] Missing check for function

 *  [cortado](https://wordpress.org/support/users/cortado/)
 * (@cortado)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-twitter-lists-for-wordpress-missing-check-for-function/)
 * This plug-in is great! It is simple, and does exactly what you want – it displays
   a twitter list. I also use the twitter-for-wordpress plug-in to show my own tweets
   as well.
 * Since this plug-in is based on twitter-for-wordpress, it fails because it uses
   some of the same functions – which could be a good thing. But because of the 
   implementation you have to get it to work you have to hack it. That should not
   be necessary, since it is solved with five lines of code:
 * if (function_exists(‘hyperlinks’)) {
    //do nothing } else { existing code here….}
 * [http://wordpress.org/extend/plugins/twitter-lists-for-wordpress/](http://wordpress.org/extend/plugins/twitter-lists-for-wordpress/)

The topic ‘[Plugin: Twitter Lists for WordPress] Missing check for function’ is 
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/twitter-lists-for-wordpress.svg)
 * [Twitter Lists for Wordpress](https://wordpress.org/plugins/twitter-lists-for-wordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/twitter-lists-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/twitter-lists-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twitter-lists-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twitter-lists-for-wordpress/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [cortado](https://wordpress.org/support/users/cortado/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-twitter-lists-for-wordpress-missing-check-for-function/)
 * Status: not resolved