• Resolved johannesharfst

    (@electro-jot)


    The Error was something like: Try to get the Property of a non-object…fixed it by checking with isset();

    $id_or_email = isset( $user->ID ) ? $user->ID : false;
    $email = isset( $user->user_email ) ? $user->user_email : false;
    $alt = isset( $user->display_name ) ? $user->display_name : false;

    http://wordpress.org/extend/plugins/wp-user-avatar/

Viewing 1 replies (of 1 total)
  • Yes, I’m aware of the bug. I have a fix for it which I am going to roll in with other features in the next version of the plugin. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘warnig for line 324, 325, 326’ is closed to new replies.