Title: Debug Bar Rewrite Rules
Author: Oleg Butuzov
Published: <strong>2016年9月6日</strong>
Last modified: 2024年7月6日

---

プラグインを検索

![](https://ps.w.org/debug-bar-rewrite-rules/assets/banner-772x250.png?rev=1843137)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://ps.w.org/debug-bar-rewrite-rules/assets/icon-256x256.png?rev=1843137)

# Debug Bar Rewrite Rules

 作者: [Oleg Butuzov](https://profiles.wordpress.org/butuzov/)

[ダウンロード](https://downloads.wordpress.org/plugin/debug-bar-rewrite-rules.0.6.5.zip)

 * [詳細](https://ja.wordpress.org/plugins/debug-bar-rewrite-rules/#description)
 * [レビュー](https://ja.wordpress.org/plugins/debug-bar-rewrite-rules/#reviews)
 * [開発](https://ja.wordpress.org/plugins/debug-bar-rewrite-rules/#developers)

 [サポート](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/)

## 説明

Debug Bar Rewrite Rules adds information about Rewrite Rules (changed via filters)
to a new panel in the Debug Bar. This plugin is an extension for [Debug Bar](https://wordpress.org/extend/plugins/debug-bar/),
but it is also can work in standalone mode (as admin tools page). Note: this plugin
not able to track `add_rewrite_rule` function calls, for a reason this function 
is untraceable.

Once installed, you will have access to the following information:

 * Number of existing rewrite rules
 * List of rewrite rules
 * List of available filter hooks that can affect rewrite rules.
 * List of filters that affects rewrite rules.
 * Ability to search in rules with highlighting matches.
 * Ability to test url and see what rules can be applied to it.
 * Ability to flush rules directly from debug bar panel/tools page.

## スクリーンショット

 * [[
 * Testing url for matches – show matched rules and actual matches
 * [[
 * Searching in rules list alongside with filtering and highlighting occurrences
 * [[
 * Interface of Rewrite Rules Inspector without Debug Bar

## 評価

![](https://secure.gravatar.com/avatar/4cedbca78d5e9004eaecb770baea85601cbc2f3e8ab8000472c3debe38d073dc?
s=60&d=retro&r=g)

### 󠀁[Amazing plugin!](https://wordpress.org/support/topic/amazing-plugin-1703/)󠁿

 [Rasso Hilber](https://profiles.wordpress.org/nonverbla/) 2020年12月4日

This plugin makes it so easy to debug and even discover WP rewrite rules. Thanks
a lot!!

![](https://secure.gravatar.com/avatar/81d630fcb9bf029ce670c6ccafdece5d6ba04467bc20f4b937828e1173f9cb90?
s=60&d=retro&r=g)

### 󠀁[Super helpful](https://wordpress.org/support/topic/super-helpful-91/)󠁿

 [ladislavdurchanek](https://profiles.wordpress.org/ladislavdurchanek/) 2020年10
月28日

Ability to quickly display all rules that match a URL just saved me a lot of time.

![](https://secure.gravatar.com/avatar/ad2416016ff4e7cf1db402302010a97bd014bcc4bdb48acf5200ae605a6b70f1?
s=60&d=retro&r=g)

### 󠀁[Extremely Useful](https://wordpress.org/support/topic/extremely-useful-136/)󠁿

 [mgfotiades](https://profiles.wordpress.org/mgfotiades/) 2020年10月8日

I was setting up rewrite rules for the first time and had set some breakpoints to
take a look at the existing rules when I thought, “there must be a plugin for this.”
And there was. Not only does it let you examine the existing rules, but you can 
also test urls to determine which rules match and the resulting query args. I ran
into one small issue as a result of some of my debug settings and the developer 
fixed it and deployed a new version quickly. It’s joined the few plugins in the 
boilerplate site I use as the starting point for new sites. Thanks, Oleg.

![](https://secure.gravatar.com/avatar/7ef2dbb0e981b5a4e7638ae7aaf8f40f2553de38504ca8f2a33c5485e1c1a8be?
s=60&d=retro&r=g)

### 󠀁[Informative and convenient](https://wordpress.org/support/topic/informative-and-convenient/)󠁿

 [Gleb Kemarsky](https://profiles.wordpress.org/glebkema/) 2020年1月14日

Good visual presentation of data. There is more information and it is more conveniently
organized than in the Rewrite Rules Inspector, for example. Automatically integrates
into the Debug Bar, if installed.

![](https://secure.gravatar.com/avatar/698744f644cc210eecfbfdf9ac878362b72f2b5eb65e5e50a531f4daa1802702?
s=60&d=retro&r=g)

### 󠀁[nice tool](https://wordpress.org/support/topic/nice-tool-66/)󠁿

 [miaugav](https://profiles.wordpress.org/miaugav/) 2018年3月25日

Really nice tool for working with rewrite_urls array and permalinks customizations.

 [ 5件のレビューをすべて表示 ](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/reviews/)

## 貢献者と開発者

Debug Bar Rewrite Rules はオープンソースソフトウェアです。以下の人々がこのプラグ
インに貢献しています。

貢献者

 *   [ Oleg Butuzov ](https://profiles.wordpress.org/butuzov/)

“Debug Bar Rewrite Rules” は8ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/debug-bar-rewrite-rules/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

[“Debug Bar Rewrite Rules” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/debug-bar-rewrite-rules)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/debug-bar-rewrite-rules/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/debug-bar-rewrite-rules/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/debug-bar-rewrite-rules/)
を [RSS](https://plugins.trac.wordpress.org/log/debug-bar-rewrite-rules/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 0.6.5

 * [bugfix] – php8.0 compatible call_user_func_array calls.

#### 0.6

 * [general] – way assets appear on a page changed.
 * [bug] – Fixed: warning on private static var
 * [bug] – Fixed: admin page https://github.com/butuzov/Debug-Bar-Rewrite-Rules/
   issues/2
 * [bug] – Fixed: domain field https://github.com/butuzov/Debug-Bar-Rewrite-Rules/
   issues/3
 * [general] – added Makefile to simplify development

#### 0.5

 * [minor changes] – Localization Changes.
 * [improvement] – New Icon (for wordpress.org) and tags.
 * [code refactoring] – Minor code changes.

#### 0.4

 * [improvement] – Added track for PHP `__invoke` methods (callable objects)
 * [bugfix] – Added fix for plugin loaded via symlinks
 * [code refactoring] – Code of PHP and JS refactored.

#### 0.3

 * [ui] UI Change – Domain input box width calculated with JS
 * [bugfix] – e.preventDefault()
 * [bugfix] – Double check for empty array in filters UI

#### 0.2

 * Code refactored from version 0.1

#### 0.1

 * Non Public Release

## メタ

 *  バージョン **0.6.5**
 *  最終更新日 **2年前**
 *  有効インストール数 **800+**
 *  WordPress バージョン ** 3.4またはそれ以降 **
 *  検証済み最新バージョン: **6.5.8**
 *  言語
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/debug-bar-rewrite-rules/)、
   [English (Australia)](https://en-au.wordpress.org/plugins/debug-bar-rewrite-rules/)、
   [English (Canada)](https://en-ca.wordpress.org/plugins/debug-bar-rewrite-rules/)、
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/debug-bar-rewrite-rules/)、
   [English (South Africa)](https://en-za.wordpress.org/plugins/debug-bar-rewrite-rules/)、
   [English (UK)](https://en-gb.wordpress.org/plugins/debug-bar-rewrite-rules/)、
   [English (US)](https://wordpress.org/plugins/debug-bar-rewrite-rules/)、[Swedish](https://sv.wordpress.org/plugins/debug-bar-rewrite-rules/)、
   [Ukrainian](https://uk.wordpress.org/plugins/debug-bar-rewrite-rules/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/debug-bar-rewrite-rules)
 * タグ
 * [debug](https://ja.wordpress.org/plugins/tags/debug/)[debug bar](https://ja.wordpress.org/plugins/tags/debug-bar/)
   [permalinks](https://ja.wordpress.org/plugins/tags/permalinks/)[rewrite rules](https://ja.wordpress.org/plugins/tags/rewrite-rules/)
   [testing](https://ja.wordpress.org/plugins/tags/testing/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/debug-bar-rewrite-rules/advanced/)

## 評価

 5つ星中5つ星

 *  [  5 5-星レビュー     ](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/reviews/)

## 貢献者

 *   [ Oleg Butuzov ](https://profiles.wordpress.org/butuzov/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/debug-bar-rewrite-rules/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://github.com/butuzov/butuzov/blob/main/README.md#user-content-main)