Skip to content

Instantly share code, notes, and snippets.

View richardW8k's full-sized avatar

Richard Wawrzyniak richardW8k

  • Rocketgenius, Inc (@gravityforms)
  • Lancashire, UK
  • 06:09 (UTC +01:00)
View GitHub Profile
/**
* Performs spam check and returns result to Gravity Forms.
*
* @param bool $is_spam Indicates if the entry is to be marked as spam.
* @param array $form The form currently being processed.
* @param array $entry The entry being evaluated.
*
* @return bool
*/
function your_gform_entry_is_spam_callback( $is_spam, $form, $entry ) {