{"id":16459,"date":"2012-01-15T18:46:59","date_gmt":"2012-01-15T18:46:59","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-display-custom-fields\/"},"modified":"2012-01-15T19:52:31","modified_gmt":"2012-01-15T19:52:31","slug":"wp-display-custom-fields","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-display-custom-fields\/","author":148845,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1","stable_tag":"trunk","tested":"3.4.2","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"Display Custom Fields","header_author":"Benjamin J. Balter","header_description":"","assets_banners_color":"","last_updated":"2012-01-15 19:52:31","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/ben.balter.com\/donate","header_plugin_uri":"","header_author_uri":"http:\/\/ben.balter.com","rating":1,"author_block_rating":0,"active_installs":0,"downloads":1611,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[225,2010,2788,683,2205,4586,4672,940,91,5058,1901,250],"plugin_category":[47,57],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-16459","plugin","type-plugin","status-publish","hentry","plugin_tags-cms","plugin_tags-custom-fields","plugin_tags-front-end","plugin_tags-meta","plugin_tags-metabox","plugin_tags-post-meta","plugin_tags-postmeta","plugin_tags-taxonomies","plugin_tags-taxonomy","plugin_tags-term","plugin_tags-terms","plugin_tags-wikipedia","plugin_category-education-and-support","plugin_category-taxonomy","plugin_committers-benbalter"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-display-custom-fields.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n <p>Styles can be overridden via your theme's style.css<\/p>\n <p>Functionality can be overridden via your theme's functions.php<\/p>\n <p>''Examples''<\/p>\n <p>Don't display metabox on \"product\" post type:<\/p>\n <pre><code>add_filter( 'display_custom_fields', 'bb_no_product_metabox' );  function bb_no_product_metabox( $true, $post ) {   if ( $post-&gt;post_type == 'product' )     return false;    return true;  } <\/code><\/pre>\n <p>Don't display the product_id metakey<\/p>\n <pre><code>add_filter( 'dcf_postmeta', 'bb_no_product_id' );  function bb_no_product_id( $postmeta ) {   unset( $postmeta['product_id'] );   return $postmeta; } <\/code><\/pre>\n <p>Don't display metabox title<\/p>\n <pre><code>add_filter( 'dcf_heading', '__return_false' ); <\/code><\/pre>\n <p>Display metabox below content (rather than floated to the right)<\/p>\n <pre><code>add_filter( 'dcf_before_content', '__return_false' ); <\/code><\/pre>\n\n<!--section=changelog-->\n<h4>0.1<\/h4>\n <ul>\n<li>Initial Alpha Release<\/li>\n<\/ul>","raw_excerpt":"Inserts a Wikipedia-like metabox into posts with all the post&#039;s associated custom fields and taxonomy terms.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/16459","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=16459"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/benbalter"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=16459"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=16459"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=16459"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=16459"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=16459"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=16459"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}