choices = $args['choices'] ?: [];
}
/**
* Renders the field.
*
* @access public
* @return void
*/
public function render() {
$settings = $this->getFieldSettings($this->key, ['=', '!=']);
?>
getFilter($this->key, ['=', '!='])) {
return ' AND ('.$this->key.' '.$filter['compare'].' "'.$filter['value'].'")';
}
return false;
}
/** **************************************************************************************************** */
}