Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
Framewor...
/
Form
/
Element
•
File:
Hidden.php
•
Content:
<?php namespace Nextend\Framework\Form\Element; class Hidden extends AbstractFieldHidden { protected $hasTooltip = false; public function __construct($insertAt, $name = '', $default = '', $parameters = array()) { parent::__construct($insertAt, $name, false, $default, $parameters); } public function getRowClass() { return 'n2_form_element--hidden'; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List