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 网站上使用我自己的文件缓存系统。我想为管理员用户添加帖子编辑链接。但是如果您在访问页面时使用管理员帐户登录,系统会为我的所有访问者创建一个缓存的 html 页面。
我只想为我的管理员用户显示编辑链接。我想我们可以通过 Jquery 添加这个?
但是如何?
这是编辑链接php函数;
<?php edit_post_link('edit', '<p>', '</p>'); ?>