true, '_builtin' => false ); $output = 'names'; // or objects $operator = 'and'; // 'and' or 'or' $taxonomies=get_taxonomies($args,$output,$operator); $html = ''; $html .= '
'; $html .= ''; $html .= ''; $html .= '
'; $html .= ''; $html .= ''; $html .= '
'; $check1=""; $check0=""; if($hide == 1){$check1 = 'checked="checked"'; } elseif($hide == 0){$check0 = 'checked="checked"'; }; $html .= ''; $html .= ''; $html .= ''; $html .= '
'; $html .= ''; $html .= ''; $taxofields = new ajaxwpqsfclass(); $feilds = $taxofields->awpqsf_taxo_fields(); foreach($feilds as $val => $key ){ $checked = ($type== $val) ? 'checked="checked"' : ''; $html .= '
'; } $html .= '
'; $html .= ''.__("Remove","WQFS").''; echo $html;exit; ?>