Skip to content

feat(utilities): add Unserializer tool with print_r and var_dump output#157

Open
aminurislamarnob wants to merge 1 commit intojamdotdev:mainfrom
aminurislamarnob:feature/unserializer
Open

feat(utilities): add Unserializer tool with print_r and var_dump output#157
aminurislamarnob wants to merge 1 commit intojamdotdev:mainfrom
aminurislamarnob:feature/unserializer

Conversation

@aminurislamarnob
Copy link
Copy Markdown

This PR introduces a new Unserializer tool to help format raw PHP serialized strings into readable output.

As a WordPress plugin developer, I frequently need to inspect serialized values stored in the WordPress database (options, post meta, user meta, transients, etc.). Most of the WP devs use online tool to unserialize, so this tool is added to speed up day-to-day debugging and development.

Why this is useful

  • Common WordPress workflow improvement for plugin/theme developers
  • Faster debugging of DB-stored serialized payloads
  • Reduces mistakes compared to manual inspection/conversion or use another tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant