Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Commit 47a455e

Browse files
committed
Improved readme layout.
1 parent 8c3a581 commit 47a455e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/README.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: ianmjones
33
Donate link: https://www.bytepixie.com/
44
Tags: options, wp_options, admin, administration, search, sort, filter
55
Requires at least: 3.9
6-
Tested up to: 4.5.2
6+
Tested up to: 4.7
77
Stable tag: trunk
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -20,18 +20,24 @@ List, filter, sort and view options records, even serialized and base64 encoded
2020
* Highlights broken serialized values
2121
* Supports Multisites
2222

23+
= Inspect Your Site's Options =
2324
With Options Pixie you can find out what is really going on with your WordPress options.
2425

2526
Your wp_options table holds nearly all the settings that govern how your WordPress site looks and works, and if things aren't working quite as expected it's good to be able to peak into these records right in your site's admin dashboard.
2627

27-
Options Pixie highlights broken serialized values, showing you exactly where that string buried deep in a setting and supposed to be say 128 characters long is actually only 127, something that is otherwise very hard to spot.
28+
= Broken Serialized Values =
29+
Options Pixie highlights broken serialized values, showing you exactly where that string buried deep in a setting and supposed to be 128 characters long is actually only 127, something that is otherwise very hard to spot.
2830

31+
= Rich View =
2932
The Rich View takes those long unwieldy strings of serialized or JSON data and turns them into neat expandable lists of key/value pairs, much easier to read and understand.
3033

34+
= Decodes Base64 Encoded Values =
3135
Also with Rich View you can drill into those otherwise opaque base64 encoded values, Options Pixie decodes them to show you the serialized data, JSON string or object hidden within.
3236

37+
= Multisite Support =
3338
When installed on a WordPress Multisite it is activated at the network level, with a site selector shown above the list of records to enable switching between the options tables for each subsite.
3439

40+
= Search & Sort =
3541
The usual search and sort functionality you expect from an admin page are there to help you find the records you need, including filter links to switch between seeing all options records, permanent records only or transient options only.
3642

3743
== Installation ==

0 commit comments

Comments
 (0)