• I get this error

    DashboardYour dashboardPosting AreaWrite a postEdit your avatarUpload new avatar
    Fatal error: Call to undefined function get_blogs_of_user() in /home1/internas/public_html/wp-content/plugins/userinfologinshortcode/UserInfoLoginShortcode.php on line 133

Viewing 3 replies - 1 through 3 (of 3 total)
  • For some reason this plugin is showing the blog address twice as plain content text right above the login area where the shortcode is embedded plugin.

    I got rid of lines 90 and 91, this fixed it.

    You actually need to replace the calls to bloginfo(‘url’) in lines 90 and 91 with get_bloginfo(‘url’)

    Reason is that bloginfo(‘url’) echos the output to the screen immediately, whereas get_bloginfo(‘url’) returns it as a string for later use.

    Hope this helps,

    Dan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: User Info Login Shortcode] can you help?’ is closed to new replies.