Introduction

PureDevs Any Meta Inspector is a lightweight WordPress plugin that allows developers to inspect metadata across various WordPress object types. This guide will walk you through the simple installation process to get started with inspecting your WordPress metadata.

The plugin is designed to be extremely lightweight with no configuration required. Once installed and activated, it immediately adds metaboxes to your WordPress admin screens where you can view all associated metadata.

System Requirements

Before installing PureDevs Any Meta Inspector, ensure your server meets these minimum requirements:

  • WordPress: Version 3.5 or higher
  • PHP: Version 5.6 or higher (7.4+ recommended)
  • MySQL: Version 5.6 or higher
Note

This plugin has been tested up to WordPress 6.8.3 and is compatible with all modern WordPress installations.

Installation Methods

There are three ways to install PureDevs Any Meta Inspector. Choose the method that works best for you.

Method 1: Via WordPress Dashboard (Recommended)

This is the easiest and recommended method for most users.

  1. Log in to your WordPress admin dashboard
  2. Navigate to Plugins → Add New
  3. Search for “PureDevs Any Meta Inspector” in the search bar
  4. Click Install Now on the plugin card
  5. Wait for the installation to complete
  6. Click Activate to enable the plugin
Success

The plugin is now installed and activated! You’ll see new metaboxes appear on your post edit screens, custom post type screens, taxonomy term pages, user profiles, and comment edit screens.

Method 2: Via Upload

Use this method if you’ve downloaded the plugin ZIP file from WordPress.org.

  1. Download the plugin ZIP file from WordPress.org
  2. Go to Plugins → Add New in your WordPress dashboard
  3. Click the Upload Plugin button at the top
  4. Click Choose File and select the downloaded ZIP file
  5. Click Install Now
  6. After installation completes, click Activate Plugin

Method 3: Via FTP

For advanced users who prefer manual installation via FTP.

  1. Download and extract the plugin ZIP file to your computer
  2. Connect to your server using an FTP client (like FileZilla)
  3. Navigate to /wp-content/plugins/ directory
  4. Upload the extracted puredevs-any-meta-inspector folder to this directory
  5. Go to Plugins → Installed Plugins in WordPress
  6. Find “PureDevs Any Meta Inspector” and click Activate
Warning

Make sure to upload the plugin folder itself, not the ZIP file. The folder should be named puredevs-any-meta-inspector.

Plugin Activation

After installation, the plugin needs to be activated to start working. Here’s what happens during activation:

  • Metaboxes are registered for posts, pages, and custom post types
  • Hooks are added to display metadata on taxonomy term edit screens
  • User profile metadata sections are initialized
  • Comment metadata display is enabled

The activation process is instantaneous. There are no database tables to create or settings to configure.

Verify Installation

To verify that PureDevs Any Meta Inspector is working correctly:

  1. Navigate to Posts → All Posts
  2. Click on any existing post to edit it
  3. Scroll down on the post edit screen
  4. You should see a new metabox titled “Post Metadata” or similar
  5. The metabox will display all meta keys and their unserialized values for that post
Pro Tip

If you don’t see any metadata displayed, it simply means the post doesn’t have any custom meta fields yet. Try viewing a post that has custom fields added by other plugins or themes.

Troubleshooting Installation

If you encounter issues during installation, try these solutions:

Plugin won’t activate

  • Check that your WordPress version is 3.5 or higher
  • Verify your PHP version meets minimum requirements (5.6+)
  • Temporarily disable other plugins to check for conflicts
  • Clear your browser cache and try again

Metaboxes not appearing

  • Verify the plugin is activated under Plugins → Installed Plugins
  • Check Screen Options at the top of the edit screen and ensure the metabox is enabled
  • Try deactivating and reactivating the plugin
  • Test with a different post or page that has existing metadata

White screen after activation

  • This usually indicates a PHP error or memory limit issue
  • Access your site via FTP and delete the plugin folder
  • Check your error logs for specific PHP errors
  • Contact your hosting provider for assistance
Still Having Issues?

If problems persist, please visit the WordPress.org support forum for this plugin or contact PureDevs support with details about your error.

Next Steps

Now that PureDevs Any Meta Inspector is installed, explore its capabilities:

This plugin requires no configuration – simply navigate to any post, page, taxonomy term, user profile, or comment to start inspecting metadata!