芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/includes/field-text.php
/> $selector_value_empty ) + $field['options']; // Outputting select field ?>
$option ) { if ( is_array( $option ) && isset( $option['label'] ) && isset( $option['options'] ) ) { // Optgroups echo '
'; foreach( (array) $option['options'] as $optgroup_option_value => $optgroup_option ) { echo '
' . esc_html( $optgroup_option ) . '
'; } echo '
'; } else { // Standard options echo '
' . esc_html( $option ) . '
'; } } // /foreach ?>