uawdijnntqw1x1x1
IP : 216.73.216.147
Hostname : webm041.cluster026.gra.hosting.ovh.net
Kernel : Linux webm041.cluster026.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
.
/
monikamovk
/
.
/
www
/
.
/
wp-content
/
plugins
/
nextgen-gallery
/
src
/
.
/
DataTypes
/
Lightbox.php
/
/
<?php namespace Imagely\NGG\DataTypes; class Lightbox { public $id = ''; public $name = ''; public $title = ''; public $code = ''; public $values = []; public $scripts = []; public $styles = []; public $albums_supported = false; public function __construct( $id = '' ) { $this->id = $id; } /** * Returns whether the lightbox supports displaying entities from the displayed gallery object. * Most lightbox do not support displaying albums. * * @param DisplayedGallery $displayed_gallery * @return bool */ public function is_supported( $displayed_gallery ) { return ! in_array( $displayed_gallery->source, [ 'album', 'albums' ] ) || isset( $displayed_gallery->display_settings['open_gallery_in_lightbox'] ); } }
/home/./monikamovk/./www/./wp-content/plugins/nextgen-gallery/src/./DataTypes/Lightbox.php