Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试开发商店定位器脚本。然而,WordPress 可能存在,安装后,无论谁登录 WordPress,每个用户都在该地址数据库中添加/删除条目。
我想拥有它,以便每个用户都属于一个组/公司。当他们登录 WordPress 时,他们只能在数据库中看到他们的条目。
实现这一点的最佳方法是什么?
将商店实现为自定义帖子类型,并且不为您的普通用户提供该功能edit_others_posts。
edit_others_posts
然后 WordPress 将不会显示来自其他用户的商店,您无需执行任何其他操作。