Skip to content

Instantly share code, notes, and snippets.

View dkomando's full-sized avatar

David Komando dkomando

View GitHub Profile
@dkomando
dkomando / Gravity Forms Get Credit Card Details
Last active July 11, 2022 19:03 — forked from DeveloperWil/Gravity Forms Get Credit Card Details
Enables the credit card fields for Gravity Forms and provides a function to get the credit card details which are not available through the filter $form or $entry
<?php
/**
* Enable CC Field & Send through email or the GF Webhooks Addon.
*
* @package GF - DK Extended.
*/
/**
* Security: Block direct access.
*/