', '>=' );
$settings['comparison_operator'] = isset( $settings['comparison_operater'] ) && in_array( $settings['comparison_operater'], $allowed ) ? $settings['comparison_operater'] : '>';
return $settings;
}
/**
* Outputs the hierarchy settings field.
*
* @since 1.0.0
* @access public
* @return void
*/
function mrh_settings_field_hierarchy() {
$exceptions = array();
foreach ( mrh_get_highest_roles() as $role )
$exceptions[] = "{$role}"; ?>