如何更改 WordPress 后端的默认字符串?

发布于 2024-12-27 13:57:02 字数 355 浏览 3 评论 0原文

我正在开发自己的主题(和插件),并且希望能够更改管理屏幕上的默认字符串。具体来说,我想更改管理编辑屏幕上摘录字段的描述,默认情况下显示为:

Excerpts are optional hand-crafted summaries of your content that can be used in your theme. Learn more about manual excerpts (link to WP Codex).

我不是在寻找将其翻译成另一种语言的方法,而只是在寻找更改字符串的方法。

哪个文件包含这些信息?我猜没有钩子或过滤器支持这个?我一直在查看 wp-include 文件夹,但没有运气。

I'm developing my own theme (and plugins) and wants to be able to change the default strings on the admin screen. To be concrete, I want to change the description of the excerpt-field on the admin edit screen, which by default reads:

Excerpts are optional hand-crafted summaries of your content that can be used in your theme. Learn more about manual excerpts (link to WP Codex).

I'm not looking for a way to translate it into another language, but just a way to change the string.

Which file contains this information? I'm guessing no hooks or filters support this? I've been looking through the wp-include folder, without luck.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七色彩虹 2025-01-03 13:57:02

在 paislee 评论中建议的 grep 的帮助下,我找到了它。它位于此处:

/wp-admin/includes/meta-boxes.php

With the help of grep as suggested in the comments by paislee, I found it. It turned out to be located here:

/wp-admin/includes/meta-boxes.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文