这是PHP代码:
function my_profile_link() {
global $bp;
if ( $bp->loggedin_user->id )
echo ‘loggedin_user->domain . $bp->profile->slug . ‘/”>Profile‘;
}
我收到错误:“解析错误:语法错误,意外的 T_OBJECT_OPERATOR,期待 ',' 或 ';'”在线:
回声'loggedin_user->域。$bp->profile->slug 。'/”>简介';
这段代码不是我写的(我对PHP一无所知),我只是在使用它。