
HTML type to wrap the entire location in

## Auto-generated Example

```php
add_filter(
    'simple_location_display_defaults',
    function ( $defaults ) {
        // Your code here
        return $defaults;
    }
);
```

## Parameters

- `$defaults`

## Files

- [includes/class-geo-data.php:989](https://github.com/dshanske/simple-location/blob/main/includes/class-geo-data.php#L989)
```php
apply_filters( 'simple_location_display_defaults', $defaults )
```



[Hooks](Hooks)
