Changeset 2985515
- Timestamp:
- 10/29/2023 05:52:21 AM (17 months ago)
- Location:
- make-section-column-clickable-elementor/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make-section-column-clickable-elementor/trunk/make-section-clickable-elementor.php
r2949858 r2985515 6 6 * Author: Riyadh Ahmed 7 7 * Author URI: http://sajuahmed.epizy.com/ 8 * Version: 1. 78 * Version: 1.8 9 9 * License: GPL2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 * Elementor tested up to: 3.1 5.111 * Elementor tested up to: 3.17.1 12 12 * @package Riyadh_Ahmed 13 13 */ … … 78 78 79 79 $link_settings = $element->get_settings_for_display('ra_element_link'); 80 $blank = $link_settings['is_external'] != '' ? '_blank' : '_self'; 80 //$blank = $link_settings['is_external'] != '' ? '_blank' : '_self'; 81 $blank = isset($link_settings['is_external']) && $link_settings['is_external'] != '' ? '_blank' : '_self'; 81 82 82 83 if ($link_settings && !empty($link_settings['url'])) { -
make-section-column-clickable-elementor/trunk/readme.txt
r2949858 r2985515 6 6 Tags: section clickable, column clickable, elementor section, elementor column. 7 7 Requires at least: 5.2 8 Tested up to: 6. 39 Elementor tested up to: 3.1 5.110 Stable tag: 1. 78 Tested up to: 6.4 9 Elementor tested up to: 3.17.1 10 Stable tag: 1.8 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 * Compatible with Elementor version 88 88 89 = 1.8 = 90 91 * Fix PHP Warning: Trying to access array offset on value of type null 92 * Compatible with WordPress version 93 * Compatible with Elementor version 94 89 95 == Upgrade notice == 90 96 N/A.
Note: See TracChangeset
for help on using the changeset viewer.