This plugin is outdated and might not be supported anymore
BBWP Custom Fields

BBWP Custom Fields

Details
View on WordPress

ByteBunch WP Custom Fields is a light weight plugin for WordPress developers. This plugin include following features.

  1. Create new admin pages.
  2. Add Meta Boxes in custom created admin pages, Post Types, Comments and Taxonomies
  3. Add new Custom Post Types.
  4. 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.

  1. For “Post Types” and “Pages” you can use get_post_meta($post_id, ‘meta_key’, true);.
  2. For Taxonomies you can use get_term_meta($term_id, ‘meta_key’, true);
  3. For Users you can use get_user_meta($user_id, ‘meta_key’, true);
  4. For Comments you can use get_comment_meta($comment_id, ‘meta_key’, true);
  5. For Custom Admin Pages you can use get_option(‘key’);

Details

Plugin code:
bbwp-custom-fields
Plugin version:
1.3
Author:
Outdated:
Yes
WP version:
4.5 or higher
PHP version:
or higher
Test up to WP version:
5.5.15
Total installations:
10
Last updated:
2020-09-06
Rating:
Times rated:
0