Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 wordpress 使用用户头像插件。现在我想为用户显示图像。我正在尝试使用此代码但未找到。
<?php $id = 2631; echo get_avatar( $id, 32 ); ?>
任何想法?
<?php $id = $user id; echo get_avatar( $id); ?>