Changeset 2192471
- Timestamp:
- 11/14/2019 07:32:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experience-manager/trunk/includes/modules/editors/elementor/class.elementor_integration.php
r2192435 r2192471 33 33 } 34 34 35 staticfunction getAttributes($element, $in_edit = false) {35 function getAttributes($element, $in_edit = false) { 36 36 $settings = $element->get_settings(); 37 37 … … 65 65 tma_exm_log("widget_before_render"); 66 66 67 $attrs = Elementor_Integration::getAttributes($element);67 $attrs = $this->getAttributes($element); 68 68 69 69 $element->add_render_attribute('_wrapper', $attrs);
Note: See TracChangeset
for help on using the changeset viewer.