## Auto-generated Example

```php
add_filter(
    'sloc_geo_taxonomies',
    function ( array $string_list ) {
        // Your code here
        return $string_list;
    }
);
```

## Parameters

- *`array`* `$string_list`

## Files

- [includes/class-geo-data.php:634](https://github.com/dshanske/simple-location/blob/main/includes/class-geo-data.php#L634)
```php
apply_filters( 'sloc_geo_taxonomies', array( 'venue' ) )
```



[Hooks](Hooks)
