@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
wp-content
/
themes
/
wpresidence
/
libs
/
Path :
Upload File :
New :
File
Dir
/var/www/html/wp-content/themes/wpresidence/libs/property-admin.php
<?php if( !function_exists('wpestate_fields_type_select') ): function wpestate_fields_type_select($real_value){ $select = '<select id="field_type" name="add_field_type[]" style="width:140px;">'; $values = array('short text','long text','numeric','date','dropdown'); foreach($values as $option){ $select.='<option value="'.$option.'"'; if( $option == $real_value ){ $select.= ' selected="selected" '; } $select.= ' > '.$option.' </option>'; } $select.= '</select>'; return $select; } endif; // end wpestate_fields_type_select ?>