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.../Widget/Bullet
File: AbstractBulletFrontend.php
<?php
[0] Fix | Delete
[1] Fix | Delete
[2] Fix | Delete
namespace Nextend\SmartSlider3\Widget\Bullet;
[3] Fix | Delete
[4] Fix | Delete
[5] Fix | Delete
use Nextend\Framework\Platform\Platform;
[6] Fix | Delete
use Nextend\Framework\Url\Url;
[7] Fix | Delete
use Nextend\SmartSlider3\Widget\AbstractWidgetFrontend;
[8] Fix | Delete
[9] Fix | Delete
abstract class AbstractBulletFrontend extends AbstractWidgetFrontend {
[10] Fix | Delete
[11] Fix | Delete
public function __construct($sliderWidget, $widget, $params) {
[12] Fix | Delete
[13] Fix | Delete
parent::__construct($sliderWidget, $widget, $params);
[14] Fix | Delete
[15] Fix | Delete
if ($params->get($this->key . 'thumbnail-show-image')) {
[16] Fix | Delete
$this->slider->exposeSlideData['thumbnail'] = true;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
$this->addToPlacement($this->key . 'position-', array(
[20] Fix | Delete
$this,
[21] Fix | Delete
'render'
[22] Fix | Delete
));
[23] Fix | Delete
}
[24] Fix | Delete
[25] Fix | Delete
[26] Fix | Delete
public function getCommonAssetsUri() {
[27] Fix | Delete
return Url::pathToUri($this->getCommonAssetsPath());
[28] Fix | Delete
}
[29] Fix | Delete
[30] Fix | Delete
public function getCommonAssetsPath() {
[31] Fix | Delete
[32] Fix | Delete
return Platform::filterAssetsPath(dirname(__FILE__) . '/Assets');
[33] Fix | Delete
}
[34] Fix | Delete
}
[35] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function