标签: php wordpress
我正在尝试将没有图像的wordpress登录用户重定向到自定义页面,但是存在语法错误。这是代码:
if (echo get_avatar( get_the_author_meta( 'ID' ) == 0){ return home_url('uploadimage.php'); }