Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-04T17:58:06.000Z (10 months ago)
- Last Synced: 2024-09-22T18:17:32.082Z (4 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 16
- Watchers: 38
- 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
[![Coding Standards](https://github.com/alleyinteractive/meta-inspector/actions/workflows/coding-standards.yml/badge.svg)](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
![Screenshot of the settings panel](https://user-images.githubusercontent.com/346399/194622945-e3f8f24c-9399-43f4-9352-c1c1e025089f.png)
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/).![Alley logo](https://avatars.githubusercontent.com/u/1733454?s=200&v=4)
## License
This project is licensed under the [GNU Public License (GPL) version 2](LICENSE) or later.