': return intval( $value ) > intval( $compare_to ); case 'in': return is_array( $value ) && in_array( $compare_to, $value ); default: return false; } }