Mô tả
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.
Ảnh màn hình
Cài đặt
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
Đánh giá
Người đóng góp & Lập trình viên
“Metabase – Post & User Meta Editor” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Metabase – Post & User Meta Editor” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.2.1
Fix bug from 0.2.0
0.2.0
Edit user and post meta.
0.1.0
Initial release.