Plugin info

Total downloads: 52,680
Active installs: 900
Total reviews: 5
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 9 language(s)
Contributors: 1
Last updated: 7/6/2024 (543 days ago)
Added to WordPress: 9/6/2016 (9 years old)
Minimum WordPress version: 3.4
Tested up to WordPress version: 6.5.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 543 days ago • 5 reviews

28/100

Is Debug Bar Rewrite Rules abandoned?

Possibly abandoned (last update 543 days ago).

Compatibility

Requires WordPress: 3.4
Tested up to: 6.5.7
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Rewrite Rule Testing
Rating 5.0/5 (2 reviews)Active installs 300
Rewrite Rules Inspector
Rating 5.0/5 (26 reviews)Active installs 10,000
WP Permastructure
Rating 4.3/5 (15 reviews)Active installs 400
LinkMaster – Link Management, SEO, Broken Links & Redirects
Rating 5.0/5 (2 reviews)Active installs 200
Debug Bar Rewrite Rules
Rating 0.0/5 (0 reviews)Active installs 50
My Permalink Demo
Rating 5.0/5 (1 reviews)Active installs 10

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, 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.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

Rasso Hilber
12/4/2020

Amazing plugin!

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

Screenshots

  1. Testing url for matches - show  matched rules and actual matches

    Testing url for matches - show matched rules and actual matches

  2. Searching in rules list alongside with filtering and highlighting occurrences

    Searching in rules list alongside with filtering and highlighting occurrences

  3. Interface of Rewrite Rules Inspector without Debug Bar

    Interface of Rewrite Rules Inspector without Debug Bar

Changelog

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