: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\SmartSlider3\Slider\Base;
use Nextend\SmartSlider3\Slider;
trait PlatformSliderTrait {
* @var PlatformSliderBase
public function initPlatformSlider() {
$this->platformSlider = new Slider\WordPress\PlatformSlider();
public function addCMSFunctions($text) {
return $this->platformSlider->addCMSFunctions($text);