獲取"author" 的角色物件$role = get_role( 'author' ); //為角色物件添加"organize_gallery" 權限$role->add_cap( 'organize_gallery' ); ...
確定! 回上一頁