WordPress判断是否是管理员 WordPress判断是否是管理员 04/14, 2020 东方皓 Comments 0 Comment if ( current_user_can( 'administrator' ) ) { echo '管理员你好'; }