बिबरन
This plugin shows the post meta and user meta of your website. Post meta of custom post types can also be viewed. Only admins can view this meta data.
Post Meta
All user meta data can be viewed with this plugin (Metabase) – including custom post types. Both public and private meta keys can be viewed. Private meta keys start with the underscore prefix and are not meant to be seen in the admin.
In short, any data that can be viewed with get_post_meta()
can be viewed with this plugin.
To view your post meta, please go to the open the post in the WP Admin and scroll down to end of the page, you will see a table titled “Meta”.
User Meta
All user meta data can be viewed/managed with this plugin (Metabase). Also, private and public meta keys can be viewed. Any data that can be viewed with get_user_meta()
can be viewed with this plugin.
To view your plugin, please got to the Users page and click to view a user. Scroll down and you will see the
Features
- Free
- Stand-alone, no need to install any other plugin for this to work
- Delete meta data
- View private meta data
- Edit and change the values of your meta data
Getting Started
After installing this plugin, a metabox will be added to your posts and users.
You can filter the post types you want the metabox to appear in.
Screenshots
Installation
This section describes how to install the plugin and get it working.
e.g.
-
Upload
metabase.php
to the/wp-content/plugins/
directory -
Activate the plugin through the ‘Plugins’ menu in WordPress
-
Place
<?php do_action('plugin_name_hook'); ?>
in your templates
समीक्षा
Contributors & Developers
“Metabase – Post & User Meta Editor” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Metabase – Post & User Meta Editor” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2.1
Fix bug from 0.2.0
0.2.0
Edit user and post meta.
0.1.0
Initial release.