Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/smart-sl.../Nextend/SmartSli.../Form/Element
File: Columns.php
<?php
[0] Fix | Delete
[1] Fix | Delete
[2] Fix | Delete
namespace Nextend\SmartSlider3\Form\Element;
[3] Fix | Delete
[4] Fix | Delete
[5] Fix | Delete
use Nextend\Framework\Asset\Js\Js;
[6] Fix | Delete
use Nextend\Framework\Form\Element\AbstractFieldHidden;
[7] Fix | Delete
use Nextend\Framework\View\Html;
[8] Fix | Delete
[9] Fix | Delete
class Columns extends AbstractFieldHidden {
[10] Fix | Delete
[11] Fix | Delete
protected $hasTooltip = false;
[12] Fix | Delete
[13] Fix | Delete
public function __construct($insertAt, $name = '', $default = '', $parameters = array()) {
[14] Fix | Delete
parent::__construct($insertAt, $name, false, $default, $parameters);
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
protected function fetchElement() {
[18] Fix | Delete
[19] Fix | Delete
Js::addInline('new _N2.FormElementColumns("' . $this->fieldID . '");');
[20] Fix | Delete
[21] Fix | Delete
return Html::tag('div', array(
[22] Fix | Delete
'class' => 'n2_field_columns'
[23] Fix | Delete
), Html::tag('div', array(
[24] Fix | Delete
'class' => 'n2_field_columns__content'
[25] Fix | Delete
), '') . Html::tag('div', array(
[26] Fix | Delete
'class' => 'n2_field_columns__add',
[27] Fix | Delete
'data-n2tip' => n2_('Add column')
[28] Fix | Delete
), '<div class="ssi_16 ssi_16--plus"></div>') . parent::fetchElement());
[29] Fix | Delete
}
[30] Fix | Delete
}
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function