Title: Developer Information
Author: WordPress.org
Published: <strong>2016年2月10日</strong>
Last modified: 2026年3月10日

---

プラグインを検索

# 開発者向け情報

 新しい便利なプラグインを作成し、もっと多くの人に知ってもらいたいと思っているのなら、
ここはぴったりの場所です。[プラグインのホスティング申請](https://ja.wordpress.org/plugins/developers/add/)
をしましょう。以下のことが可能になります。

 * 何人がダウンロードしたかトラッキングできます。
 * 他の人がプラグインについてコメントできるようになります。
 * 他の便利な WordPress プラグインと比較した評価を得ることができます。
 * この中央集中型リポジトリは、プラグインに多くの露出機会を与えてくれます。

### いくつかの制限があります

 *  Your plugin must be compatible with the [GNU General Public License v2](https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses),
   or any later version. The plugin should either include its human-readable source
   code or provide a clear, accessible link to it. We strongly recommend using the
   same license as WordPress — “GPLv2 or later.”
 *  The plugin [must not impose artificial restrictions on its built-in functionality](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#5-trialware-is-not-permitted).
   This includes license gates, paywalls, time-limited trials, usage quotas, or 
   any other mechanism that limits features included in the plugin code and/or that
   the plugin code can do.
 * プラグインは違法行為を行ったり、道徳上攻撃的であったりしてはなりません (その判断
   が主観的になるということは私たちも理解してはいます)。
 *  このサイトにプラグインを表示するには、実際に [Subversion](https://subversion.apache.org/)
   リポジトリを使用する必要があります。 WordPress プラグインディレクトリはホスティン
   グサイトであり、リスティングサイトではありません。
 * プラグインは、ユーザーの許可を明示的に求めることなく外部サイトへのリンクを公開
   サイトに埋め込んではなりません (例: "powered by" リンク)。
 *  プラグインは、スパム的ではなくシステムを悪用しないという[詳細ガイドライン](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/)
   のリストを遵守する必要があります。

### 申請は簡単です

 1.  WordPress.org のアカウントを[登録](https://login.wordpress.org/register?locale=ja)
    します。
 2.  [プラグインレビューを申請](https://ja.wordpress.org/plugins/developers/add/)し
    ます。
 3.  プラグインが[手動でレビュー](https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#questions-about-submissions-and-approval)
    された後は、承認されるか、メールで詳細情報の提供や訂正の依頼が行われます。
 4.  承認されると、プラグインを保存する [Subversion リポジトリ](https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/)
    へのアクセスが許可されます。
 5.  リポジトリにプラグイン (と [readme ファイル](https://ja.wordpress.org/plugins/developers/?output_format=md#readme))
    をアップロードすると、[プラグインブラウザー](https://ja.wordpress.org/plugins/)
    ですぐに表示されます。
 6.  詳しくは**[よくある質問](https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/)**
    をご覧ください。

### Readme ファイル

 プラグインブラウザーを活用するには、プラグインに [WordPress プラグイン readme ファイル標準](https://ja.wordpress.org/plugins/readme.txt)
に従った `readme.txt` という名前の readme ファイルを含める必要があります。readme
ファイルは [readme 検証ツール](https://ja.wordpress.org/plugins/developers/readme-validator/)
に通してチェックできます。