🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 21:49:33 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
ultimate-faqs
/
ewd-ufaq-templates
📍 /home/eliteewa/public_html/wp-content/plugins/ultimate-faqs/ewd-ufaq-templates
🔄 Refresh
✏️
Editing: submit-faq-custom-field-text.php
Writable
<div class='ewd-ufaq-meta-field'> <label for='<?php echo esc_attr( $this->get_custom_field_name() ); ?>' class='ewd-ufaq-submit-faq-label'> <?php echo esc_html( $this->get_custom_field_name() ); ?> </label> <?php $input_name = $this->get_custom_field_input_name(); ?> <input type='text' name='<?php echo esc_attr( $input_name ); ?>' class='ewd-ufaq-text-input' value='<?php echo ( ! empty( $_POST[ $input_name ] ) ? esc_attr( $_POST[ $input_name ] ) : '' ); ?>' <?php echo $this->get_field_required(); ?>/> </div>
💾 Save Changes
❌ Cancel