: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\SmartSlider3\Slider\Feature;
public function __construct($slider) {
$this->isEnabled = intval($slider->params->get('blockrightclick', 0));
public function makeJavaScriptProperties(&$properties) {
$properties['blockrightclick'] = $this->isEnabled;