Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
SmartSli...
/
Platform
•
File:
AbstractSmartSlider3Platform.php
•
Content:
<?php namespace Nextend\SmartSlider3\Platform; use Nextend\Framework\Pattern\GetAssetsPathTrait; use Nextend\Framework\Pattern\SingletonTrait; abstract class AbstractSmartSlider3Platform { use SingletonTrait, GetAssetsPathTrait; public abstract function start(); /** * @return string */ public abstract function getAdminUrl(); /** * @return string */ public abstract function getAdminAjaxUrl(); /** * @return string */ public function getNetworkAdminUrl() { return $this->getAdminUrl(); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List