PATH:
home
/
letacommog
/
autopropr01
/
wp-content
/
plugins
/
revslider
/
includes
/
framework
<?php /** * @author ThemePunch <info@themepunch.com> * @link http://www.themepunch.com/ * @copyright 2015 ThemePunch */ if( !defined( 'ABSPATH') ) exit(); class RevSliderElementsBase { protected $db; public function __construct(){ $this->db = new RevSliderDB(); } } /** * old classname extends new one (old classnames will be obsolete soon) * @since: 5.0 **/ class UniteElementsBaseRev extends RevSliderElementsBase {} ?>
[+]
..
[-] include-framework.php
[edit]
[-] wpml.class.php
[edit]
[-] functions-wordpress.class.php
[edit]
[-] woocommerce.class.php
[edit]
[-] colorpicker.class.php
[edit]
[-] base.class.php
[edit]
[-] elements-base.class.php
[edit]
[-] newsletter.class.php
[edit]
[-] db.class.php
[edit]
[-] base-front.class.php
[edit]
[-] aq-resizer.class.php
[edit]
[-] plugin-update.class.php
[edit]
[-] index.php
[edit]
[-] addon-admin.class.php
[edit]
[-] functions.class.php
[edit]
[-] update.class.php
[edit]
[-] base-admin.class.php
[edit]
[-] cssparser.class.php
[edit]
[-] loadbalancer.class.php
[edit]
[-] em-integration.class.php
[edit]