Fix File
•
/
home
/
sportsfe...
/
public_h...
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
SmartSli...
/
Parser
/
Link
•
File:
PreviousSlide.php
•
Content:
<?php namespace Nextend\SmartSlider3\Parser\Link; use Nextend\Framework\Parser\Link\ParserInterface; class PreviousSlide implements ParserInterface { public function parse($argument, &$attributes) { $attributes['role'] = 'button'; $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'previous');"; return '#'; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List