Rating: 5 stars
Whenever you change a custom post type, you must flush the rewrite rules. This plugin does in in a single click. Additionally it enables you to check your rewrite rules against your URLs to make sure everything is working as it should. This is one of my essential plugins.
]]>Rating: 5 stars
Thank you man, you saved me a lot of time!!
]]>Rating: 5 stars
Simple and straight forward to solve issues with rewrite rules.
]]>Rating: 4 stars
Love the plugin but noticed today, whilst debugging a new plugin I’m writting, that the plugin still uses the depreciated functions: screen_icon() and get_screen_icon().
Both have gone depreciated since 3.8.0 so I reckon a minor update to avoid these errors from popping up in the debug mode is worth the effort ??
The fix – with backwards compatibility (do we need that?) – would be to change:
<?php screen_icon( 'tools' ); ?>
into:
<?php if ( function_exists('screen_icon') ) screen_icon( 'tools' ); ?>
___
(!) Notice: screen_icon is deprecated since version 3.8.0 with no alternative available.
(!) Notice: get_screen_icon is deprecated since version 3.8.0 with no alternative available.
Location ..\rewrite-rules-inspector.php:208
Rating: 5 stars
I’m using this plugin for developing rewrite rules. It’s the best plugin for developing!
]]>Rating: 5 stars
Added to my short list of essential plugins for dev- and staging-environments.
]]>Rating: 5 stars
Works great. Helped me resolve an issue with WC3.0 rewrite rules changing priority.
]]>Rating: 5 stars
Easy Testing what wordpress rewrite thinks about any url ??
]]>Rating: 5 stars
Best option when working with permalinks and custom urls structs
]]>Rating: 5 stars
I had problems with 301 redirection in multisite install. I asked one developer, I asked another developer, I asked support – silent, no idea.
I used plugin, flushed rules and now my sites work perfectly!
Rating: 5 stars
Well this is one amazing plugin!
It is extremely useful when working with rewrite rules and saves a lot of time when testing the rules. Very effective, but simple to use.
Big thanks to the developer!
]]>Rating: 5 stars
I use it for a long time. Very useful when you manipulate rewrite rules.
]]>Rating: 5 stars
It helped me understand that my rewrite rules had gotten messed up.
]]>Rating: 5 stars
A great asset to have on one’s toolbelt when playing around with rewrite rules.
]]>Rating: 5 stars
sames as jejot’s comment – didn’t tell me EXACTLY what was wrong but sure pointed me firmly in the right direction. a massive help.
]]>Rating: 5 stars
does what it says.
]]>Rating: 5 stars
A simple tool that works well. Downloading a text file is a really nice feature. Anytime I’m working with custom post types or 404’s, it’s a must-have. Thanks!
]]>Rating: 5 stars
Can’t really fault this tool, does nothing more and nothing less than act as a rewrite rule manager for WordPress! Saved me some time debugging what I needed it for within API.
]]>Rating: 5 stars
The code I write never has any bugs, only unintended features. This plugin quickly helps me to improve the unintended features that I write when I’m working with custom rewrite rules.
]]>Rating: 5 stars
Custom types and taxonomy rules were not getting created. This tool showed me they were “missing”. Couldn’t tell me why, but I went looking… Turning one plugin after another and re-clicking the [flush rules] button narrowed it down to the offender, namely “ultimate taxonomy manager”.
With grrrrrratitude.
]]>Rating: 5 stars
I deal A LOT with rewrite rules and there’s no telling how much time this plugin has saved me. It’s simple, straightforward and quickly helps me figure out any rewrite issues. Great job! Thanks for all your hard work!
]]>Rating: 5 stars
Nice plugin.
But I had some issues, caused by the W3 Total Cache plugin (the Flush Rules button didn’t worked as expected, because the rules were being retrieved from the cache, not the actual database. )
Rating: 5 stars
Thank You for simple, usefull and great debuging tool!
]]>Rating: 5 stars
I used this to investigate #16201. Incredible timesaver for parsing the rewrite rules. I would highly recommend it as a debugging tool. I’m also pleased that it’s managed under git.
]]>Rating: 5 stars
Very usefull!
]]>