Changeset 2804401
- Timestamp:
- 10/26/2022 06:44:31 AM (3 years ago)
- Location:
- w3sc-elementor-to-zoho/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
elementor-to-zoho.php (modified) (1 diff)
-
includes/widgets/W3sc-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
w3sc-elementor-to-zoho/trunk/README.txt
r2803349 r2804401 5 5 Requires at least: 5.0 6 6 Tested up to: 6.0.1 7 Stable tag: 1. 5.07 Stable tag: 1.0.6 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later -
w3sc-elementor-to-zoho/trunk/elementor-to-zoho.php
r2803349 r2804401 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. 5.06 * Version: 1.0.6 7 7 * Author: W3SCloud Technology 8 8 * Author URI: https://w3scloud.com/ -
w3sc-elementor-to-zoho/trunk/includes/widgets/W3sc-widget.php
r2803349 r2804401 75 75 * @access protected 76 76 */ 77 protected function _register_controls() {77 protected function register_controls() { 78 78 79 79 //content Section … … 284 284 285 285 286 protected function _content_template() {286 protected function content_template() { 287 287 ?> 288 288 <# if ( settings.list.length ) { #>
Note: See TracChangeset
for help on using the changeset viewer.