Support » Plugin: Simple Twitter Connect » [Plugin: Simple Twitter Connect] Profile screen, deprecated functions

  • Hi, I’m getting errors in retrieving the correct personal link and image in the Profile screen, when a Twitter profile is already connected to the WP user.

    It seems that in stc-login.php at line 55, the deprecated get_usermeta returns an array instead of a string.
    I had to replace it with get_user_meta and pass the third parameter as true (=single result).

    There is also a couple of calls to the deprecated ‘usermeta’ functions that need to be updated

    http://wordpress.org/extend/plugins/simple-twitter-connect/

  • The topic ‘[Plugin: Simple Twitter Connect] Profile screen, deprecated functions’ is closed to new replies.