# YOGO wordpress plugin

## Hooking Yogo widgets with WordPress

1. Install and activate
2. Enter domain in menu

## Custom Widget Settings
1. Create a file called `settings.php` in the root directory of this plugin
2. See `settings.php example`

## settings.php example
```
<?php

$yogo_widget_settings = array(
  'widgetPadding' => true
);

```
