插件开发文档

WordPress.org 插件目录

💡 云策文档标注

概述

WordPress.org 为开发者提供免费插件托管服务,包括统计监控、用户反馈、论坛支持等功能。开发者需遵守 GPL 许可证、法律要求和详细指南。

关键要点

  • 免费托管:WordPress.org 为插件开发者提供免费托管,支持统计、反馈和论坛支持。
  • 要求:插件必须兼容 GPLv2 或更高许可证,使用 Subversion 仓库,遵守法律和道德规范,并遵循详细插件指南。
  • 操作指南:涵盖插件提交、SVN 使用、readme.txt 管理、插件头编写、资产使用、插件接管、论坛支持、角色授权、所有权转移、块目录添加和安全管理等。

注意事项

  • 在提交插件前,务必查看开发者常见问题和插件审查团队遇到的常见问题。
  • 如需托管帮助,可通过 Slack 的 #pluginreview 频道联系插件团队。

📄 原文内容

WordPress.org offers free hosting to anyone who wishes to develop a plugin in our directory.

All plugins hosted here have access to:

  • Monitor statistics (see also the WordPress.org Plugin API)
  • Receive feedback and reviews from users
  • Provide support via a free forum
Make sure you review the Developer FAQ!

And make sure that you’ve reviewed the common issues that the Plugin Review Team typically encounters when reviewing plugins.

If you require assistance with your hosting on WordPress.org, you can contact the plugin team via Slack in #pluginreview.

Requirements

A brief overview:

  • Plugins must be compatible with the GNU General Public License v2 or later. If a license is not specified, code will be considered “GPLv2 or later.”
  • The provided Subversion repository must be used for functional WordPress plugins only.
  • Copyright and Trademark law must be respected.
  • The plugin and developer must not do anything illegal, dishonest, or morally offensive. This includes spamming or harassment.
All plugins and developers must comply with our Detailed Plugin Guidelines.

How to …

If you’re just getting started, it helps to know how to submit your plugin, use SVN, and so on.