PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
essential-grid
/
includes
<?php /** * Social Gallery WordPress Photo Viewer Plugin Extension * @url: http://codecanyon.net/item/social-gallery-wordpress-photo-viewer-plugin/2665332 * @link http://www.themepunch.com/essential/ * @copyright 2016 ThemePunch * @since: 2.0.1 **/ if( !defined( 'ABSPATH') ) exit(); class Essential_Grid_Social_Gallery { /** * Check if Social Gallery is activated and at least version x.x is installed **/ public static function sg_exists(){ if(!apply_filters( 'socialgallery-installed', false)){ $exists = false; }else{ $exists = true; } return apply_filters('essgrid_sg_exists', $exists); } /** * Check if Social Gallery is active in the Essential Grid Global options **/ public static function is_active(){ $active = false; if(self::sg_exists()){ $opt = get_option('tp_eg_use_lightbox', 'false'); if($opt === 'sg') $active = true; } return apply_filters('essgrid_is_active', $active); } } ?>
[+]
..
[+]
InstagramScraper
[-] aq_resizer.class.php
[edit]
[-] base.class.php
[edit]
[-] meta.class.php
[edit]
[-] wpml.class.php
[edit]
[-] ngg-source.class.php
[edit]
[+]
Unirest
[-] jackbox.class.php
[edit]
[-] InstagramScraper.php
[edit]
[-] loadbalancer.class.php
[edit]
[-] item-element.class.php
[edit]
[-] fonts.class.php
[edit]
[+]
assets
[-] social-gallery.class.php
[edit]
[-] woocommerce.class.php
[edit]
[-] colorpicker.class.php
[edit]
[-] item-skin.class.php
[edit]
[-] global-css.class.php
[edit]
[-] index.php
[edit]
[-] external-sources.class.php
[edit]
[-] grids-widget.class.php
[edit]
[-] search.class.php
[edit]
[-] Unirest.php
[edit]
[-] navigation.class.php
[edit]
[-] .DS_Store
[edit]
[-] wordpress-update-fix.class.php
[edit]