## Auto-generated Example

```php
add_action(
    'simple_location_sidebox',
    function (
        $current_screen,
        $object,
        $args
    ) {
        // Your code here
    },
    10,
    3
);
```

## Parameters

- `$current_screen`
- `$object`
- `$args`

## Files

- [includes/class-geo-base.php:119](https://github.com/dshanske/simple-location/blob/main/includes/class-geo-base.php#L119)
```php
do_action( 'simple_location_sidebox', get_current_screen(), $object, $args )
```



[Hooks](Hooks)
