Allows you to add additional Meta Boxes with custom fields into Post types, Taxonomies, User Profile, Comments and more.
| Author: | ByteBunch (profile at wordpress.org) |
| WordPress version required: | 4.5 |
| WordPress version tested: | 5.5.5 |
| Plugin version: | 1.3 |
| Added to WordPress repository: | 06-07-2018 |
| Last updated: | 06-09-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://wordpress.org/plugins/bbwp-custom-fie... |
| Total downloads: | 1 239 |
| Active installs: | 10+ |
![]() Click to start download |
|
ByteBunch WP Custom Fields is a light weight plugin for WordPress developers. This plugin include following features.
- Create new admin pages.
- Add Meta Boxes in custom created admin pages, Post Types, Comments and Taxonomies
- Add new Custom Post Types.
- Add new Taxonomies.
Please visit “Screenshots” section to learn how this plugin works.
You can use standard WordPress functions to get the meta data added by this plugin.
- For “Post Types” and “Pages” you can use get_post_meta($post_id, ‘meta_key’, true);.
- For Taxonomies you can use get_term_meta($term_id, ‘meta_key’, true);
- For Users you can use get_user_meta($user_id, ‘meta_key’, true);
- For Comments you can use get_comment_meta($comment_id, ‘meta_key’, true);
- For Custom Admin Pages you can use get_option(‘key’);
Screenshots





