Skip to content

Instantly share code, notes, and snippets.

View shayanazali's full-sized avatar

Shayan Azali shayanazali

  • Milaniz
View GitHub Profile
@shayanazali
shayanazali / woo-gf-remove-fields.php
Created December 5, 2019 11:41 — forked from spivurno/woo-gf-remove-fields.php
Gravity Wiz // WooCommerce Gravity Forms Add-on: Add support for removing a field from the product description in the cart.
<?php
/**
* WooCommerce Gravity Forms Add-on: Add support for removing a field from the product description in the cart.
*
*/
class WooGFRemoveFieldFromProductDescription {
public function __construct() {
add_action( 'gform_field_advanced_settings', array( $this, 'field_settings_ui' ), 10, 2 );