An open API service indexing awesome lists of open source software.

https://github.com/butuzov/debug-bar-rewrite-rules

Debug Rewrire Rules @ Wordpress with a style... https://wordpress.org/plugins/debug-bar-rewrite-rules/
https://github.com/butuzov/debug-bar-rewrite-rules

debug debug-bar permalinks rewrite-rules wordpress

Last synced: 12 months ago
JSON representation

Debug Rewrire Rules @ Wordpress with a style... https://wordpress.org/plugins/debug-bar-rewrite-rules/

Awesome Lists containing this project

README

          

# Debug Bar Rewrite Rules

[![Stand with Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://u24.gov.ua/)
[![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/debug-bar-rewrite-rules)](https://wordpress.org/plugins/debug-bar-rewrite-rules/)
[![WordPress Plugin: Tested WP Version](https://img.shields.io/wordpress/plugin/tested/debug-bar-rewrite-rules)](https://wordpress.org/plugins/debug-bar-rewrite-rules/)
[![WP compatibility](https://plugintests.com/plugins/debug-bar-rewrite-rules/wp-badge.svg)](https://plugintests.com/plugins/debug-bar-rewrite-rules/latest)
[![WordPress Plugin Downloads](https://img.shields.io/wordpress/plugin/dm/debug-bar-rewrite-rules)](https://wordpress.org/plugins/debug-bar-rewrite-rules/)
[![PHP compatibility](https://plugintests.com/plugins/debug-bar-rewrite-rules/php-badge.svg)](https://plugintests.com/plugins/debug-bar-rewrite-rules/latest)

* Contributors: @butuzov
* Donate Link: https://github.com/butuzov/butuzov/blob/main/README.md#user-content-main
* Tags: permalinks, rewrite rules, testing, debug, debug bar
* Requires at least: 3.4
* Tested up to: 6.5.5
* Stable tag: 0.6.5
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Debug Bar Rewrite Rules adds a new panel to Debug Bar that displays information about WordPress Rewrites Rules (if used).

## Description

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](http://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.

## Screenshots

![Testing url for matches - show matched rules and actual matches](wp-svn-assets/screenshot-1.png)
![Searching in rules list alongside with filtering and highlighting occurrences](wp-svn-assets/screenshot-2.png)
![Interface of Rewrite Rules Inspector without Debug Bar](wp-svn-assets/screenshot-3.png)