Plugin Directory

Changeset 2686754


Ignore:
Timestamp:
03/01/2022 04:38:08 PM (4 years ago)
Author:
leadsnap
Message:

Divi Fix

Location:
leadsnap
Files:
30 added
2 edited

Legend:

Unmodified
Added
Removed
  • leadsnap/trunk/leadsnap.php

    r2628006 r2686754  
    55 * Plugin URI: https://www.leadsnap.com/
    66 * Description: Save the leads to LeadSnap system generated by various form plugins. We currently support CF7, Ninja Forms, WP Forms, Gravity Forms and Elementor Builder.
    7  * Version: 1.18
     7 * Version: 1.19
    88 * Author: LeadSnap
    99 * Author URI: https://profiles.wordpress.org/leadsnap/
     
    164164}
    165165
    166 add_action( 'et_contact_page_email_to', 'wncrm_divi' );
     166add_action( 'et_pb_contact_form_submit', 'wncrm_divi' );
    167167
    168168function wncrm_divi(){
  • leadsnap/trunk/readme.txt

    r2628006 r2686754  
    44Requires at least: 2.0
    55Tested up to: 5.7
    6 Stable tag: 1.18
     6Stable tag: 1.19
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
     
    3434= 1.18 =
    3535* Added Gutenberg form support
     36
     37= 1.19 =
     38* Divi Fix
Note: See TracChangeset for help on using the changeset viewer.