Update elementor pro

This commit is contained in:
2026-03-24 09:23:15 +01:00
parent ce2d93a202
commit 4c35d65901
559 changed files with 11981 additions and 19280 deletions

View File

@@ -696,8 +696,8 @@ class Price_List extends Base_Widget {
var item = settings.price_list[i],
item_open_wrap = '<li class="elementor-price-list-item">',
item_close_wrap = '</li>';
if ( item.link.url ) {
item_open_wrap = '<li><a href="' + elementor.helpers.sanitizeUrl( item.link.url ) + '" class="elementor-price-list-item">';
if ( item.link?.url ) {
item_open_wrap = '<li><a href="' + elementor.helpers.sanitizeUrl( item.link?.url ) + '" class="elementor-price-list-item">';
item_close_wrap = '</a></li>';
}