/home/techb158/public_html/wp-content/plugins/elementor/includes/controls
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
];
}
}