更改 WordPress 管理区域中的菜单项标签?
有没有办法更改管理区域内菜单项的标签?就像当您注册新的自定义帖子类型时,您可以为其指定每个标签,但对于默认菜单项。
提前致谢!
Is there a way to change the labels of the menu items inside the admin area? Like when you register a new custom post type when you can specify every label for it, but for the default menu items.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
还有另一种方法可以做到这一点,有关详细信息,请查看此答案。
There is another way to do this, for more info check this answer.
最好的解决方案是这样,只需写入你的functions.php或插件文件
Best Solution is this, just write in your functions.php or plugin file
仅供参考,该代码的较新参考位于我当前公司的博客中: http:// /www.get10up.com/blog/2011/03/customizing-wordpress-admin/
您可以在 PHP5 中使用 str ireplace 来避免两次调用。
FYI, newer reference for that code at my current company's blog: http://www.get10up.com/blog/2011/03/customizing-wordpress-admin/
You can use str ireplace in PHP5 to avoid two calls.
// 将插件重命名为Apps Store
// Rename Plugins to Apps Store