🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 08:07:51 | 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: faq-custom-fields.php
Writable
<div class='ewd-ufaq-faq-custom-fields'> <?php foreach ( $this->get_custom_fields() as $custom_field ) {?> <?php $value = $this->get_custom_field_value( $custom_field ); ?> <?php if ( $this->get_option( 'hide-blank-fields' ) and ! $value ) { continue; } ?> <div class='ewd-ufaq-custom-field-label'> <?php echo esc_html( $custom_field->name ); ?>: </div> <div class='ewd-ufaq-custom-field-value'> <?php echo wp_kses_post( ( is_array( $value ) ? implode( ', ', $value ) : $value ) ); ?> </div> <div class='ewd-ufaq-clear'></div> <?php } ?> </div>
💾 Save Changes
❌ Cancel