Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/post-meta-inspector
Peer inside your post meta
https://github.com/automattic/post-meta-inspector
wordpress wordpress-plugin wpvip-plugin
Last synced: about 1 month ago
JSON representation
Peer inside your post meta
- Host: GitHub
- URL: https://github.com/automattic/post-meta-inspector
- Owner: Automattic
- Created: 2012-10-03T05:16:04.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T16:15:32.000Z (about 1 year ago)
- Last Synced: 2024-10-07T11:18:13.409Z (about 1 month ago)
- Topics: wordpress, wordpress-plugin, wpvip-plugin
- Language: Shell
- Homepage: https://wordpress.org/plugins/post-meta-inspector/
- Size: 84 KB
- Stars: 48
- Watchers: 124
- Forks: 16
- Open Issues: 8
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Post Meta Inspector ===
Contributors: danielbachhuber, automattic
Tags: post meta, tools
Tested up to: 5.0
Requires at least: 3.1
Stable tag: 1.1.2
License: GPLv2 or laterPeer inside your post meta
== Description ==
A quick and easy way to see post meta associated with any given post. When activated, this plugin prints your post meta keys and values inside of a post meta box.
Originally developed for [WordPress.com VIP](http://vip.wordpress.com/)-hosted clients, we thought it would be useful for development environments, etc. too. Feel free to [fork the plugin in Github](https://github.com/Automattic/Post-Meta-Inspector) and pull requests are always welcome. Hit us with feedback, questions, bug reports, and feature requests in the forums.
== Screenshots ==
1. See the metadata associated with any post using the post meta box
== Changelog ==
= 1.1.1 (Feb. 5, 2014) =
* Bug fix: Properly declare static methods.= 1.1 (Nov. 6, 2012) =
* New filter 'pmi_toggle_long_value_length' let's you optionally convert long post meta values to a "Click to view" UX. Thanks [cfg](https://github.com/cfg) for the pull request
* Bug fix: Add CSS rules to prevent long code blocks from flowing outside of the meta box. Thanks [cfg](https://github.com/cfg) for the pull request
* Change to singleton pattern= 1.0 (Oct. 5, 2012) =
* Initial release
* View the post meta associated with a given post through a post meta box