Plugin info

Total downloads: 1,151
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 9/6/2020 (1995 days ago)
Added to WordPress: 7/6/2018 (7 years old)
Minimum WordPress version: 4.5
Tested up to WordPress version: 5.5.17
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1995 days ago

20/100

Is BBWP Custom Fields abandoned?

Possibly abandoned (last update 1995 days ago).

Compatibility

Requires WordPress: 4.5
Tested up to: 5.5.17
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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’);

Installation

  1. Upload the plugin files to the /wp-content/plugins/bbwp-custom-fields directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the “Settings” link after plugin activation to configure the plugin or click on “BBWP CF” from main admin menu.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. How to add new admin pages.

    How to add new admin pages.

  2. How to create new Meta boxes.

    How to create new Meta boxes.

  3. How to add form fields in Meta Boxes.

    How to add form fields in Meta Boxes.

  4. How to create new Custom Post Types.

    How to create new Custom Post Types.

  5. How to create new Taxonomies.

    How to create new Taxonomies.

Changelog

No changelog available