Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
Framewor...
/
Form
/
Containe...
•
File:
ContainerSubform.php
•
Content:
<?php namespace Nextend\Framework\Form\Container; use Nextend\Framework\Form\ContainerGeneral; class ContainerSubform extends ContainerGeneral { public function renderContainer() { echo '<div id="' . esc_attr($this->getId()) . '" class="n2_form__subform">'; parent::renderContainer(); echo '</div>'; } public function getId() { return 'n2_form__subform_' . $this->controlName . '_' . $this->name; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List