# vimeography/2.2/lib/admin/controllers/gallery/list.php

Vimeography: Vimeo Video Gallery WordPress Plugin, version 2.2. 10 lines.

- Page: https://pluginprobe.com/plugins/vimeography/2.2/code/lib/admin/controllers/gallery/list.php
- Raw: https://pluginprobe.com/plugins/vimeography/2.2/raw/lib/admin/controllers/gallery/list.php
- Modified: 2021-02-24T17:08:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/vimeography/2.2/code/lib/admin/controllers/gallery/list.php#L10-L20`.

```php
<?php

class Vimeography_Gallery_List extends Vimeography_Base
{
  public function __construct()
  {
    add_action('vimeography/reload-galleries', array($this, 'load_galleries'));
  }
}

```
