• The best import export plugin
  • Supports very large files
  • Simple interface & flexible API
  • Import, Export, Migrate, Bulk Edit

Display Custom Fields

by Benjamin J. Balter

1 Ratings

  • 1.0

Active Installations

Fewer than 10

Last Update

13 years

Quality

D

Plugin Description

Description
This plugin will work, “as is”, out of the box, but assumes some level of CSS and developer customization to adapt to your site’s specific needs.
Styles can be overridden via your theme’s style.css
Functionality can be overridden via your theme’s functions.php
”Examples”
Don’t display metabox on “product” post type:
add_filter( ‘display_custom_fields’, ‘bb_no_product_metabox’ ); function bb_no_product_metabox( $true, $post ) { if ( $post->post_type == ‘product’ ) return false; return true; }
Don’t display the product_id metakey
add_filter( ‘dcf_postmeta’, ‘bb_no_product_id’ ); function bb_no_product_id( $postmeta ) { unset( $postmeta[‘product_id’] ); return $postmeta; }
Don’t display metabox title
add_filter( ‘dcf_heading’, ‘__return_false’ );
Display metabox below content (rather than floated to the right)
add_filter( ‘dcf_before_content’, ‘__return_false’ );

Similar Plugins

  • Report Bug
The content on this website originates from various sources. All rights to the original content remain with the respective author. If you believe that your copyrights have been infringed by the use of content on this website, please contact us at info@plugin-guru.com. We will remove the content in question immediately.

This is the heading

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Collections

Create your first Collection

To create a collection, simply click on the symbol on the desired plugin.

You can see this symbol when you move the mouse over the plugin. 

Current Level

Plugin Magican

You have reached 0 views on your collections and are currently Plugin Magican. You magically help people find the right plugins and are a great asset to the community

0 of 500 views reached