如何查看当前登录用户是管理员还是编辑者?我知道如何单独做每件事:<?php if(current_user_can('editor')) { ?> <!-- Stuff here for editors --> <?php } ?>
確定! 回上一頁