title: "Index" post_status: publish comment_status: open taxonomy: category: - developer-plugins-handbook post_tag: - Wordpress Org - Repos - Data
WordPress.org 插件目录
WordPress.org 为所有希望在我们目录中开发插件的开发者提供免费托管服务。
所有托管于此的插件均可:
- 查看统计信息(另请参阅 WordPress.org 插件 API)。
- 接收用户的反馈与评价。
- 通过免费论坛提供支持。
[tip]请务必查阅 开发者常见问题解答![/tip]
同时请确保您已了解插件团队在审核插件时通常遇到的常见问题。
如果您在 WordPress.org 托管方面需要帮助,可以通过 Slack 在 #pluginreview 频道联系插件团队。
要求
简要概述:
- 插件必须兼容 GNU 通用公共许可证 v2 或更高版本。若未指定许可证,代码将被视为“GPLv2 或更高版本”。
- 提供的 Subversion 仓库必须仅用于功能性 WordPress 插件。
- 必须遵守版权和商标法。
- 插件和开发者不得从事任何非法、不诚实或道德上令人反感的行为,包括垃圾邮件或骚扰。
[alert]所有插件和开发者必须遵守我们的详细插件指南。[/alert]
How to...
If you're just getting started, it helps to know how to submit your plugin, use SVN, and so on.
- ...plan, submit, and maintain your plugin
- ...use SVN (aka Subversion)
- ...manage your readme.txt
- ...write proper plugin headers
- ...use plugin assets (header images and icons)
- ...take over an existing plugin
- ...use the support forums
- ...grant users special roles (contributor, supporter, committer, etc)
- ...transfer your plugin to a new owner
- ...add your plugin to the block directory
- ...manage your plugin's security
- ...report an insecure plugin