• Resolved Min7

    (@min7)


    Hi, Thank you for very useful free plugin:)
    I was testing your plugin’s avatar feature with peepso. Unfortunately it did not worked with default code.
    I’ve changed this code:

    case 'avatar':
    		$replace = get_avatar( $current_user, self::$current_item->avatar_size );
    		break;

    To this:

    case 'avatar':
    		$replace = get_avatar( $current_user->ID, 32 );
    		break;

    And it worked. Do you think i have to change all the time whenever you update the plugin?

    • This topic was modified 6 years, 1 month ago by Min7.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I don’t know why you code is not compatible with peepso..’ is closed to new replies.