Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
SmartSli...
/
Slider
/
Base
•
File:
PlatformSliderTrait.php
•
Content:
<?php namespace Nextend\SmartSlider3\Slider\Base; use Nextend\SmartSlider3\Slider; trait PlatformSliderTrait { /** * @var PlatformSliderBase */ private $platformSlider; public function initPlatformSlider() { $this->platformSlider = new Slider\WordPress\PlatformSlider(); } public function addCMSFunctions($text) { return $this->platformSlider->addCMSFunctions($text); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List