woocommerce_coupon_object_updated_props, $coupon, $this->updated_props

woocommerce_coupon_object_updated_props, $coupon, $this->updated_props

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_coupon_object_updated_props, $coupon, $this->updated_props') is found 1 times:

  • /includes/data-stores/class-wc-coupon-data-store-cpt.php line 319
    				$this->updated_props[] = $prop;
    			}
    		}
    
    		do_action( 'woocommerce_coupon_object_updated_props', $coupon, $this->updated_props );
    	}
    
    	/**
    	 * Increase usage count for current coupon.
    	 *
    	 * @since 3.0.0