| 开发者 |
Keral Patel
keralpatel |
|---|---|
| 更新时间 | 2026年6月18日 19:33 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
custom-messages-in-rss-feed folder to your /wp-content/plugins/ directory, or install it directly from the WordPress plugin directory.If people syndicate your RSS feed without giving credit, you can embed your copyright notice and an attribution link in every item so the credit goes wherever your content goes.
Yes. You can add links, a blog logo, or basic formatting. For safety, scripts and other unsafe markup are stripped automatically when you save and again when the feed is generated.
It is added to the content of each item in your RSS feed (both full-content and excerpt feeds), either before or after the post content depending on the position you choose.
wp_kses_post() on save and on output; the position value is validated against a fixed list.manage_options capability instead of exposing the plugin file path and a role name.