Apraksts
This is a tool to understand your rewrite rules (“Pretty Permalinks”). It is indispensable if you are adding or modifying rules and want to understand how they work (or why they don’t work).
It is only an analyzer, it does not change any rules for you. It parses the rules down to their components and shows the connection with the resulting query variables. It allows you to try out different URLs to see which rules will match and what the value of the different query variables will be (see screenshots).
This plugin was written as a tool to help answering questions about rewrite rules on the WordPress Stack Exchange.
Ekrānuzņēmumi
Uzstādīšana
Install via the normal way: either by uploading the unzipped file to your plugin directory, or directly via the plugin installer.
An extra item will be added to the “Tools” menu, visible if you are an administrator.
BUJ
- My new rules aren’t displayed!
-
Did you flush the rules? You can do this in your code, or by visiting the “Permalinks” settings page.
- Can you help me with my rewrite rules?
-
Maybe. I’m active on the WordPress Stack Exchange, where you can find many intelligent and friendly WordPress experts willing to answer your questions.
Atsauksmes
Autori un izstrādātāji
“Monkeyman Rewrite Analyzer” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.
LīdzdalībniekiTulkot “Monkeyman Rewrite Analyzer” savā valodā.
Vai jūs interesē attīstība?
Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.
Izmaiņu žurnāls
1.0
- First WP.org plugin repository release
- Further code cleanup
0.5
- Code cleanup
- Added URL checker
0.2
- Highlight non-public query vars
- Highlight regex repeating groups
0.1
- First version, mostly a test of my regex parsing skills