Plugin Directory

Changeset 2686749


Ignore:
Timestamp:
03/01/2022 04:24:17 PM (4 years ago)
Author:
crmthrive
Message:

Divi Fix

Location:
crm-thrive
Files:
31 added
2 edited

Legend:

Unmodified
Added
Removed
  • crm-thrive/trunk/crm-thrive.php

    r2628057 r2686749  
    55 * Plugin URI: https://www.crmthrive.com/
    66 * Description: Save the leads to Thrive system generated by various form plugins. We currently support CF7, Ninja Forms, WP Forms, Gravity Forms and Elementor Builder.
    7  * Version: 1.15
     7 * Version: 1.16
    88 * Author: Thrive
    99 * Author URI: https://profiles.wordpress.org/crmthrive/
     
    162162}
    163163
    164 add_action( 'et_contact_page_email_to', 'wsl_divi' );
     164add_action( 'et_pb_contact_form_submit', 'wsl_divi' );
    165165
    166166function wsl_divi(){
  • crm-thrive/trunk/readme.txt

    r2628057 r2686749  
    44Requires at least: 2.0
    55Tested up to: 5.6
    6 Stable tag: 1.15
     6Stable tag: 1.16
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
     
    8181= 1.15 =
    8282* Gutenberg name field fix
     83
     84= 1.16 =
     85* Divi Fix
Note: See TracChangeset for help on using the changeset viewer.