'.__("Boolean relationship between the meta queries", "AWQSFTXT").'
'; foreach($items as $item) { $checked = !empty($bool[0]['cmf']) && ($bool[0]['cmf']==$item) ? 'checked="checked"' : ''; echo ''; } echo ''; ?>
" />
'; $cmf = get_post_meta($post_id, 'awqsf-cmf', true); $c =0; $campares = array( '1' => '=', '2' =>'!=', '3' =>'>', '4' =>'>=', '5' =>'<', '6' =>'<=', '7' =>'LIKE', '8' =>'NOT LIKE', '9' =>'IN', '10' =>'NOT IN', '11' =>'BETWEEN', '12' =>'NOT BETWEEN','13' => 'NOT EXISTS'); if(!empty($cmf)){ foreach($cmf as $k => $v){ $html .= ''; $html .= ''; //for Label $html .= ''; //search all text $html .= ''; //for compare $html .= ''; //for options $html .= ''; //display type //dispay type $html .= ''; $html .= ''; $c++; } } echo $html; ?>
';//counter //for custom meta key $keys = $this->get_all_keys(); $html .= '
'; $html .= ''; $html .= '
'; $html .= ''; $html .= '
'; $html .= '
'; $html .= ''; $html .= ''; $radio = $dropdown = $checkbox =''; if($v['type']== "dropdown"){ $dropdown = 'checked="checked"';} if($v['type']== "radio"){ $radio = 'checked="checked"';} if($v['type']== "checkbox"){ $checkbox = 'checked="checked"';} $html .= ''; $html .= ''; $html .= ''; $html .= '
'.__("Remove","AWQSFTXT").'