Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
fields-attachment
/
File Content:
class-qodeframeworkfieldattachmenttext.php
<?php if ( ! defined( 'ABSPATH' ) ) { // Exit if accessed directly. exit; } class QodeFrameworkFieldAttachmentText extends QodeFrameworkFieldAttachmentType { public function render() { $html = '<input type="text" name="' . esc_attr( $this->name ) . '" value="' . esc_attr( $this->params['value'] ) . '">'; $this->form_fields['html'] = $html; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
class-qodeframeworkfieldattachmentselect.php
592 bytes
0644
class-qodeframeworkfieldattachmenttext.php
358 bytes
0644
class-qodeframeworkfieldattachmenttype.php
1764 bytes
0644
N4ST4R_ID | Naxtarrr