🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 00:01:56 | 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-select.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(); ?> <select name='<?php echo esc_attr( $input_name ); ?>' <?php echo $this->get_field_required(); ?>> <?php foreach ( $this->get_custom_field_options() as $option ) { ?> <option value='<?php echo esc_attr( $option ); ?>' <?php echo ( ! empty( $_POST[ $input_name ] ) and $option == $_POST[ $input_name ] ? 'selected' : '' ); ?>><?php echo esc_html( $option ); ?></option> <?php } ?> </select> </div>
💾 Save Changes
❌ Cancel