Introduction

This page contains answers to frequently asked questions about PureDevs Any Meta Inspector. If you don’t find your question here, please visit the WordPress.org support forum or contact PureDevs support.

General Questions

What is PureDevs Any Meta Inspector?

PureDevs Any Meta Inspector is a free WordPress plugin that allows developers to inspect metadata across various WordPress object types. It displays all meta keys and their unserialized values in metaboxes on post, page, custom post type, taxonomy term, user profile, and comment edit screens.

Who is this plugin for?

This plugin is primarily designed for:

  • WordPress developers debugging custom fields and metadata
  • Plugin developers inspecting how their plugins store data
  • Theme developers understanding metadata structures
  • Site administrators troubleshooting plugin issues
  • Anyone who needs to view WordPress metadata in a readable format

Is the plugin free?

Yes, PureDevs Any Meta Inspector is completely free and available on WordPress.org. There are no premium versions or paid upgrades.

Does this plugin modify or edit metadata?

No, PureDevs Any Meta Inspector is read-only. It only displays metadata and does not provide functionality to edit, modify, or delete metadata. To edit metadata, you need to use the appropriate custom fields interface, plugin settings, or database tools.

Installation & Compatibility

What are the system requirements?

Minimum requirements:

  • WordPress 3.5 or higher (tested up to WordPress 6.8.3)
  • PHP 5.6 or higher (7.4+ recommended)
  • MySQL 5.6 or higher

Will this plugin slow down my website?

No. The plugin is extremely lightweight and only loads on WordPress admin edit screens. It has no impact on your website’s frontend performance. The plugin adds minimal overhead when viewing edit screens, and only renders metadata when you access those specific screens.

Is it compatible with my theme?

Yes. PureDevs Any Meta Inspector works independently of themes. It only affects WordPress admin screens and doesn’t interact with your theme’s frontend code.

Is it compatible with other plugins?

Yes. The plugin is designed to work alongside any WordPress plugin. In fact, it’s particularly useful when you have many plugins, as it helps you understand how they store metadata. No known conflicts exist with popular plugins.

Does it work with Multisite?

Yes. PureDevs Any Meta Inspector is fully compatible with WordPress Multisite installations. You can activate it network-wide or on individual sites.

Functionality & Features

What types of metadata can I inspect?

You can inspect metadata for:

  • Posts and Pages
  • Custom Post Types (products, portfolios, events, etc.)
  • Taxonomy Terms (categories, tags, custom taxonomies)
  • User Profiles
  • Comments

What does “unserialized values” mean?

WordPress often stores complex data (arrays, objects) in a serialized format in the database. This serialized format is difficult to read. PureDevs Any Meta Inspector automatically unserializes this data and displays it in a human-readable format, making it much easier to understand the actual data structure.

Can I see hidden metadata (fields starting with underscore)?

Yes! WordPress typically hides metadata fields that start with an underscore from standard custom field interfaces. PureDevs Any Meta Inspector shows ALL metadata, including these hidden fields, giving you complete visibility into what’s stored in your database.

Why don’t I see any metadata for some posts/pages?

If the metadata display is empty or shows very little data, it simply means that particular post, page, or item doesn’t have custom metadata associated with it. This is normal for content that doesn’t use custom fields, page builders, or plugin-generated metadata.

Can I export or copy the metadata?

The plugin displays metadata on-screen. You can manually copy the displayed text, but there’s no built-in export functionality. For data export needs, consider using WordPress database management tools or export plugins.

Troubleshooting

I don’t see the metadata metabox. What should I do?

Try these solutions:

  1. Check Screen Options at the top-right of the edit screen and ensure the metabox is enabled
  2. Verify the plugin is activated under Plugins → Installed Plugins
  3. Clear your browser cache and refresh the page
  4. Check browser console for JavaScript errors
  5. Try deactivating and reactivating the plugin

The metadata appears garbled or corrupted. Is this a plugin issue?

No. PureDevs Any Meta Inspector displays exactly what’s stored in your database. If the metadata appears corrupted, it means the data in the database is corrupted or improperly formatted. You should contact the plugin or theme developer that created that metadata to fix the underlying issue.

The plugin is slowing down my edit screens. What can I do?

If you have posts/pages with extremely large amounts of metadata, rendering all of it can slow down the edit screen. You can:

  • Hide the metabox using Screen Options when you’re not actively inspecting metadata
  • Consider if there’s excessive/redundant metadata that could be cleaned up
  • Only activate the plugin when you need to debug metadata

Does this plugin work with Gutenberg/Block Editor?

Yes, PureDevs Any Meta Inspector works perfectly with the Gutenberg block editor. The metadata metabox appears alongside other metaboxes in the editor sidebar or below the content area.

Privacy & Security

Does this plugin collect any data?

No. PureDevs Any Meta Inspector does not collect, transmit, or store any data. It only displays metadata that already exists in your WordPress database. The plugin has no external connections, tracking, or analytics.

Is it safe to use on production sites?

Yes. The plugin is read-only and cannot modify your database or metadata. It’s safe to use on production sites. However, be aware that it displays all metadata, including potentially sensitive information, so only give access to trusted administrators.

Can regular users see metadata?

No. Only users with permission to edit posts, pages, terms, users, or comments can see the metadata for those items. The plugin respects WordPress’ built-in permission system and doesn’t expose data to unauthorized users.

Is it GDPR compliant?

The plugin itself doesn’t collect or process personal data, so it doesn’t have GDPR implications. However, the metadata it displays may contain personal information (user data, customer addresses, etc.). Handle this information responsibly and in compliance with privacy regulations.

Development & Customization

Can I customize what metadata is displayed?

Currently, the plugin displays all metadata without filtering. There are no settings to customize the display. If you need custom filtering, you would need to modify the plugin code or create a custom solution.

Are there any hooks or filters for developers?

The current version (1.0.0) is designed to be simple and lightweight without extensive customization hooks. If you need specific functionality, please contact PureDevs or submit a feature request on the WordPress.org support forum.

Can I contribute to the plugin development?

Yes! PureDevs welcomes contributions. You can:

  • Report bugs on the WordPress.org support forum
  • Suggest features and improvements
  • Contact PureDevs directly for collaboration opportunities

Support & Resources

Where can I get support?

Support is available through:

  • WordPress.org Support Forum – Free community support
  • PureDevs website – Contact information and resources
  • Plugin documentation – This knowledge base

How can I report a bug?

Please report bugs on the WordPress.org support forum. Include:

  • WordPress version
  • PHP version
  • Plugin version
  • Detailed description of the issue
  • Steps to reproduce the problem
  • Any error messages you see

Can I request new features?

Absolutely! Feature requests are welcome on the WordPress.org support forum. PureDevs reviews all suggestions and considers them for future updates.

How often is the plugin updated?

The plugin is maintained and updated as needed for WordPress compatibility, bug fixes, and feature enhancements. Check the WordPress.org plugin page for the latest version and changelog.

Other Questions

Why is the plugin called “Any Meta Inspector”?

The name reflects the plugin’s core functionality – it inspects metadata (“Meta Inspector”) for any type of WordPress object (“Any”) including posts, pages, custom post types, taxonomy terms, users, and comments.

How is this different from other meta inspector plugins?

Users have praised PureDevs Any Meta Inspector as “most detailed” compared to competing plugins. It provides:

  • Comprehensive coverage of all WordPress object types
  • Automatic unserialization of complex data
  • Lightweight and fast performance
  • Simple, no-configuration operation
  • Display of hidden metadata fields

Can I use this on client sites?

Yes! The plugin is free and can be used on unlimited sites. It’s particularly useful for development and debugging client sites. Just remember to only keep it activated when needed, as it displays potentially sensitive metadata.

Will future versions add editing capabilities?

The plugin is designed as an inspector (read-only tool). Adding editing capabilities would significantly increase complexity and potential risks. For editing metadata, WordPress provides various methods through custom fields interfaces, plugin settings, and database tools.

Still Need Help?

If your question wasn’t answered here, please:

Leave a Review

If PureDevs Any Meta Inspector has been helpful, please consider leaving a 5-star review on WordPress.org. Your feedback helps other developers discover this tool!