https://github.com/alleyinteractive/meta-inspector
See your post, term, and user meta data.
https://github.com/alleyinteractive/meta-inspector
wordpress wordpress-plugin
Last synced: 9 months ago
JSON representation
See your post, term, and user meta data.
- Host: GitHub
- URL: https://github.com/alleyinteractive/meta-inspector
- Owner: alleyinteractive
- License: gpl-2.0
- Created: 2017-03-16T20:51:38.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-04T17:58:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T18:49:01.272Z (9 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 17
- Watchers: 37
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Meta Inspector
[](https://github.com/alleyinteractive/meta-inspector/actions/workflows/coding-standards.yml)
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.0`.
### Use
You can install the package via composer:
```sh
composer require alleyinteractive/meta-inspector
```
## 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](CHANGELOG.md) for more information on what has changed recently.
## Credits
This project is actively maintained by [Alley](https://github.com/alleyinteractive).
Like what you see? [Come work with us](https://alley.co/careers/).

## License
This project is licensed under the [GNU Public License (GPL) version 2](LICENSE) or later.