/home/techb158/public_html/wp-content/plugins/elementor/includes/controls
NameSizeModeActions
groups/-0755rm
alert.php18380666editdlrm
animation.php48700666editdlrm
base-data.php37500666editdlrm
base-icon-font.php5800666editdlrm
base-multiple.php20820666editdlrm
base-ui.php5160666editdlrm
base-units.php35790666editdlrm
base.php31540666editdlrm
box-shadow.php34740666editdlrm
button.php17180666editdlrm
choose.php22390666editdlrm
code.php20380666editdlrm
color.php20840666editdlrm
date-time.php20850666editdlrm
deprecated-notice.php23280666editdlrm
dimensions.php51200666editdlrm
divider.php8290666editdlrm
exit-animation.php26030666editdlrm
font.php22690666editdlrm
gallery.php74420666editdlrm
gaps.php16570666editdlrm
heading.php13480666editdlrm
hidden.php9480666editdlrm
hover-animation.php44250666editdlrm
icon.php320770666editdlrm
icons.php77480666editdlrm
image-dimensions.php37970666editdlrm
media.php153150666editdlrm
notice.php41690666editdlrm
number.php28310666editdlrm
popover-toggle.php27280666editdlrm
raw-html.php15190666editdlrm
repeater.php50830666editdlrm
section.php13620666editdlrm
select.php26250666editdlrm
select2.php27810666editdlrm
slider.php35720666editdlrm
structure.php25210666editdlrm
switcher.php21260666editdlrm
tab.php10300666editdlrm
tabs.php9440666editdlrm
text-shadow.php32080666editdlrm
text.php21300666editdlrm
textarea.php20540666editdlrm
url.php52490666editdlrm
visual-choice.php22040666editdlrm
wp-widget.php13780666editdlrm
wysiwyg.php17760666editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php (2328B)
<# if ( data.label ) { #> {{{ data.label }}} <# } let notice = wp.i18n.sprintf( wp.i18n.__( 'The %1$s widget has been deprecated since %2$s %3$s.', 'elementor' ), data.widget, data.plugin, data.since ); if ( data.replacement ) { notice += '
' + wp.i18n.sprintf( wp.i18n.__( 'It has been replaced by %1$s.', 'elementor' ), data.replacement ); } if ( data.last ) { notice += '
' + wp.i18n.sprintf( wp.i18n.__( 'Note that %1$s will be completely removed once %2$s %3$s is released.', 'elementor' ), data.widget, data.plugin, data.last ); } #>
{{{ notice }}}
'', // Widgets name 'since' => '', // Plugin version widget was deprecated 'last' => '', // Plugin version in which the widget will be removed 'plugin' => '', // Plugin's title 'replacement' => '', // Widget replacement ]; } }