Title: WordPress.org プラグイン・ディレクトリ
Author: Aki Hamano
Published: 2025年5月9日
Last modified: 2025年5月11日

---

# WordPress.org プラグイン・ディレクトリ

## この投稿内

 * [必須条件](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/?output_format=md#%e5%bf%85%e9%a0%88%e6%9d%a1%e4%bb%b6)
 * [How to…](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/?output_format=md#how-to)

[↑ ページの先頭へ戻る](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/?output_format=md#wp--skip-link--target)

WordPress.org は、私たちのディレクトリでプラグインを開発したい人に、無料でホスティング
を提供します。

ここでホストされているすべてのプラグインには、以下の機能が提供されます:

 * 統計情報を監視します ([WordPress.org プラグイン API](https://codex.wordpress.org/WordPress.org_API#Plugins)
   も参照してください)。
 * ユーザーからのフィードバックやレビューを受け付けます。
 * 無料のフォーラムでサポートを提供します。

[開発者 FAQ](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/plugin-developer-faq/)
を必ず確認してください ! 

また、プラグインレビューチームがプラグインをレビューする際に通常遭遇する[一般的な問題](https://github.com/jawordpressorg/developer-plugins-handbook/blob/main/wordpress-org/common-issues/index.md)
を確認してください。

WordPress.org のホスティングでサポートが必要な場合は、Slack の `#pluginreview` で
プラグインチームに連絡できます。

## 󠀁[必須条件](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/?output_format=md#%e5%bf%85%e9%a0%88%e6%9d%a1%e4%bb%b6)󠁿

簡単な概要:

 * プラグインは、[GNU General Public License v2](https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses)
   またはそれ以降と互換性がなければなりません。ライセンスが指定されていない場合、
   コードは「GPLv2またはそれ以降」とみなされます。
 * 提供される [Subversion](https://subversion.apache.org/) リポジトリは、機能して
   いる WordPress プラグインに限り使用されます。
 * 著作権および商標法は、尊重されなければなりません。
 * プラグインと開発者は、違法なこと、不正なこと、道徳に反することをしてはいけません。
   これには、スパムや嫌がらせも含まれます。

すべてのプラグインと開発者は、私たちの[詳細なプラグインガイドライン](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/detailed-plugin-guidelines/)
を遵守しなければなりません。

## 󠀁[How to…](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/?output_format=md#how-to)󠁿

始めたばかりの人は、プラグインの申請方法や SVN の使い方などを知っておくと役立つで
しょう。

 * [プラグインの計画、申請、メンテナンス](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/planning-submitting-and-maintaining-plugins/)
 * [Subversion の使用](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/how-to-use-subversion/)
 * [readme.txt の管理](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/how-your-readme-txt-works/)
 * [適切なプラグインヘッダーの記載](https://ja.wordpress.org/team/handbook/plugin-development/plugin-basics/header-requirements/)
 * [プラグイン・アセット (ヘッダー画像やアイコン) の使用](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/plugin-assets/)
 * [既存プラグインの引き継ぎ](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/take-over-an-existing-plugin/)
 * [サポートフォーラムの使用](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/using-the-forums/)
 * [ユーザーへの特別な権限グループ (contributor、supporter、committer、など) の付与](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/special-user-roles-capabilities/)
 * [プラグインを新しい所有者に移転](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/transferring-your-plugin-to-a-new-owner/)
 * [プラグインをブロック・ディレクトリに追加](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/add-your-plugin-to-the-block-directory/)
 * [プラグインのセキュリティー管理](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/plugin-security/)
 * [安全ではないプラグインの報告](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/plugin-security/reporting-plugin-security-issues/)

[原文](https://developer.wordpress.org/plugins/wordpress-org/) / [日本語訳](https://github.com/jawordpressorg/developer-plugins-handbook/blob/main/wordpress-org/index.md)

公開日

2025年5月9日

最終更新

2025年5月11日

[  前へ: 国際化セキュリティ](https://ja.wordpress.org/team/handbook/plugin-development/internationalization/security/)

[  次へ: ブロックディレクトリにプラグインを追加する](https://ja.wordpress.org/team/handbook/plugin-development/wordpress-org/add-your-plugin-to-the-block-directory/)