Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/elemento.../includes/widgets
File: common-optimized.php
<?php
[0] Fix | Delete
namespace Elementor;
[1] Fix | Delete
[2] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[3] Fix | Delete
exit; // Exit if accessed directly.
[4] Fix | Delete
}
[5] Fix | Delete
[6] Fix | Delete
class Widget_Common_Optimized extends Widget_Common_Base {
[7] Fix | Delete
[8] Fix | Delete
const WRAPPER_SELECTOR = '{{WRAPPER}}';
[9] Fix | Delete
const WRAPPER_SELECTOR_CHILD = '{{WRAPPER}}';
[10] Fix | Delete
const WRAPPER_SELECTOR_HOVER = '{{WRAPPER}}:hover';
[11] Fix | Delete
const WRAPPER_SELECTOR_HOVER_CHILD = '{{WRAPPER}}:hover';
[12] Fix | Delete
const MASK_SELECTOR_DEFAULT = '{{WRAPPER}}:not( .elementor-widget-image )';
[13] Fix | Delete
const MASK_SELECTOR_IMG = '{{WRAPPER}}.elementor-widget-image img';
[14] Fix | Delete
const TRANSFORM_SELECTOR_CLASS = '';
[15] Fix | Delete
const MARGIN = 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} calc(var(--kit-widget-spacing, 0px) + {{BOTTOM}}{{UNIT}}) {{LEFT}}{{UNIT}};';
[16] Fix | Delete
[17] Fix | Delete
public function get_name() {
[18] Fix | Delete
return 'common-optimized'; // TODO: Rename to 'common' and use this version when the Optimized Markup feature is merged.
[19] Fix | Delete
}
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function