Changeset 2799840
- Timestamp:
- 10/17/2022 07:43:30 AM (3 years ago)
- Location:
- w3sc-elementor-to-zoho/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
elementor-to-zoho.php (modified) (1 diff)
-
includes/widgets/W3sc-widget.php (modified) (2 diffs)
-
js/w3sc-main-js.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
w3sc-elementor-to-zoho/trunk/README.txt
r2765894 r2799840 5 5 Requires at least: 5.0 6 6 Tested up to: 6.0.1 7 Stable tag: 1. 2.07 Stable tag: 1.3.0 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later -
w3sc-elementor-to-zoho/trunk/elementor-to-zoho.php
r2765894 r2799840 4 4 * Description: Data Insert in Zoho CRM by Elementor. 5 5 * Plugin URI: https://wordpress.org/plugins/w3sc-elementor-to-zoho/ 6 * Version: 1. 2.06 * Version: 1.3.0 7 7 * Author: W3SCloud Technology 8 8 * Author URI: https://w3scloud.com/ -
w3sc-elementor-to-zoho/trunk/includes/widgets/W3sc-widget.php
r2765894 r2799840 88 88 $repeater = new \Elementor\Repeater(); 89 89 90 //Field Title90 //Field Title 91 91 $repeater->add_control( 92 92 'list_title', [ … … 141 141 } 142 142 } 143 144 $crmFields = (array_merge($contactFields,$leadFields)); 145 146 147 148 //Select CRM insert fields 143 if(null !== $contactFields && $leadFields){ 144 $crmFields = (array_merge($contactFields,$leadFields)); 145 }else{ 146 $crmFields = ""; 147 } 148 149 150 151 //Select CRM insert fields 149 152 $repeater->add_control( 150 153 'contact_field', -
w3sc-elementor-to-zoho/trunk/js/w3sc-main-js.js
r2709751 r2799840 27 27 28 28 }); 29
Note: See TracChangeset
for help on using the changeset viewer.