Meta Inspector
View various types of meta data about WordPress objects to assist debugging.
by alleyinteractive, jameswalterburke · github.com/alleyinteractive/meta-inspector
★ 21stars
439kcomposer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/alleyinteractive/meta-inspector/archive/refs/heads/develop.zipAlso on Packagist as alleyinteractive/meta-inspector:
composer require alleyinteractive/meta-inspectorFrom the readme
Meta Inspector
Display the meta data for WordPress objects in the admin to assist in debugging.
Releases
This package is released via Packagist for installation via Composer. It follows semantic versioning conventions.
Install
Requires Composer and PHP = 8.2.
Use
You can install the package via composer:
Usage
Once activated, the plugin will add meta boxes to the following object types
that expose the meta data for the object:
- Comments
- Terms
- Posts
- Users
- Groups (BuddyPress)
- Activities (BuddyPress)
Testing
Run composer test to run tests against the Coding Standards.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
This project is actively maintained by Alley.
Like what you see? Come work with us.
License
This project is licensed under the GNU Public License (GPL) version 2 or later.
Read the full README on GitHub →