settings['multiple'] ) ? $this->settings['multiple'] : ''; // If single if($multiple_values == '0') { echo $this->indent . htmlspecialchars("the_field_method . "( '" . $this->name . "' ); ?>")."\n"; } // If multiple if($multiple_values == '1') { echo $this->indent . htmlspecialchars("name."_items = " . $this->get_field_method . "( '" . $this->name . "' ); ?>")."\n"; echo $this->indent . htmlspecialchars("name."_items as \$".$this->name."_item ) { ?>")."\n"; echo $this->indent . htmlspecialchars(" name."_item; ?> ")."\n"; echo $this->indent . htmlspecialchars("")."\n"; }