You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2020. It is now read-only.
@@ -20,18 +20,24 @@ List, filter, sort and view options records, even serialized and base64 encoded
20
20
* Highlights broken serialized values
21
21
* Supports Multisites
22
22
23
+
= Inspect Your Site's Options =
23
24
With Options Pixie you can find out what is really going on with your WordPress options.
24
25
25
26
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.
26
27
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.
28
30
31
+
= Rich View =
29
32
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.
30
33
34
+
= Decodes Base64 Encoded Values =
31
35
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.
32
36
37
+
= Multisite Support =
33
38
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.
34
39
40
+
= Search & Sort =
35
41
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.
0 commit comments