PluginProbe
Photonic Gallery & Lightbox for Flickr, SmugMug & Others / 2.40
Photonic Gallery & Lightbox for Flickr, SmugMug & Others v2.40
3.36 3.35 3.34 3.33 2.19 2.20 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30 2.31 2.32 2.33 2.34 2.40 2.41 2.42 2.43 2.44 All 141 releases
photonic / Layouts / Level_Two_Gallery.php

Level_Two_Gallery.php in Photonic Gallery & Lightbox for Flickr, SmugMug & Others 2.40, at Layouts/Level_Two_Gallery.php

19 lines 593 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 namespace Photonic_Plugin\Layouts;
3
4 use Photonic_Plugin\Modules\Core;
5
6 interface Level_Two_Gallery {
7 /**
8 * Generates the HTML for a group of level-2 items, i.e. Photosets (Albums) and Galleries for Flickr, Albums for Google Photos,
9 * Albums for SmugMug, and Photosets (Galleries and Collections) for Zenfolio. No concept of albums
10 * exists in native WP and Instagram.
11 *
12 * @param $objects
13 * @param $options
14 * @param $short_code
15 * @param $module Core
16 * @return string
17 */
18 function generate_level_2_gallery($objects, $options, $short_code, $module);
19 }