WooCommerce Gravity Forms Product Add-Ons 3.6.6

Download WooCommerce Gravity Forms Product Add-Ons 3.6.6 from nulled fire. Create product add-ons using the powerful form building capabilities found in Gravity Forms
* Update: WC and WP Tags
* Update: Add support for woocommerce_one_page_checkout
* Update: New filter to allow product_page and woocommerce_one_page_checkout shortcode to be inside of meta fields.
add_filter('woocommerce_gforms_get_post_content', function($content, $post) { return get_post_meta($post, 'my_meta_field') }, 10, 2);
* New: Added filter, woocommerce_gforms_script_params, to allow modification of the script params object enqueued for the forms front end.
* Update: Added additional logging when an order is being created.
* Fix: Make sure variation exists before attempting to get the price.
* Update: WC and WP version compatibility tags.