Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save spivurno/260d859b2d3101f7b3fa6b54b4ac0e93 to your computer and use it in GitHub Desktop.
Save spivurno/260d859b2d3101f7b3fa6b54b4ac0e93 to your computer and use it in GitHub Desktop.
<?php
/**
* Gravity Perks // eCommerce Fields // Show GPECF Fields in WooCommerce Cart Item Description
* http://gravitywiz.com/documentation/gravity-forms-ecommerce-fields/
*/
add_action( 'init', function() {
remove_filter( 'gform_pre_render', array( gp_ecommerce_fields(), 'add_wc_class_to_hide_fields_in_cart_description' ) );
}, 11 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment