X7ROOT File Manager
Current Path:
/home/notabjze/shop.houreglass.com/wp-content/plugins/revslider/includes
home
/
notabjze
/
shop.houreglass.com
/
wp-content
/
plugins
/
revslider
/
includes
/
ðŸ“
..
ðŸ“
EspressoDev
📄
aq-resizer.class.php
(7.77 KB)
📄
backwards.php
(1.44 KB)
📄
basic-css.php
(11.57 KB)
📄
cache.class.php
(5.77 KB)
📄
coloreasing.class.php
(6.4 KB)
📄
colorpicker.class.php
(15.29 KB)
📄
cssparser.class.php
(24.9 KB)
📄
data.class.php
(75.53 KB)
📄
em-integration.class.php
(5.76 KB)
📄
extension.class.php
(6.38 KB)
ðŸ“
external
📄
external-sources.class.php
(54.31 KB)
📄
favorite.class.php
(1.24 KB)
📄
functions.class.php
(41.13 KB)
📄
globals.class.php
(2.49 KB)
📄
googlefonts.php
(213.15 KB)
📄
index.php
(27 B)
📄
navigation.class.php
(19.14 KB)
📄
navigations.php
(101.14 KB)
📄
object-library.class.php
(51.15 KB)
📄
output.class.php
(320.95 KB)
📄
page-template.class.php
(3.97 KB)
📄
slide.class.php
(112.32 KB)
📄
slider.class.php
(79.11 KB)
📄
update.class.php
(7.12 KB)
📄
woocommerce.class.php
(5.94 KB)
📄
wpml.class.php
(5.45 KB)
Editing: backwards.php
<?php /** * @author ThemePunch <info@themepunch.com> * @link https://www.themepunch.com/ * @copyright 2022 ThemePunch */ if(!defined('ABSPATH')) exit(); /** * backwards compatibility prior 6.0.0 code * @START **/ class RevSliderBase { public static function check_file_in_zip($d_path, $image, $alias, $alreadyImported = false){ $f = RevSliderGlobals::instance()->get('RevSliderFunctions'); return $f->check_file_in_zip($d_path, $image, $alias, $alreadyImported, $add_path = false); } } class RevSliderFunctionsWP { public static function getImageUrlFromPath($url){ $f = RevSliderGlobals::instance()->get('RevSliderFunctions'); return $f->get_image_url_from_path($url); } public static function get_image_id_by_url($image_url){ $f = RevSliderGlobals::instance()->get('RevSliderFunctions'); return $f->get_image_id_by_url($image_url); } } class RevSliderOperations { public function getGeneralSettingsValues(){ $f = RevSliderGlobals::instance()->get('RevSliderFunctions'); return $f->get_global_settings(); } } class RevSlider extends RevSliderSlider { public function __construct(){ //echo '<!-- Slider Revolution Notice: Please do not use the class "RevSlider" anymore, use "RevSliderSlider" instead -->'."\n"; } } class UniteFunctionsRev extends RevSliderFunctions {} if(!function_exists('set_revslider_as_theme')){ function set_revslider_as_theme(){ } } /** * backwards compatibility prior 6.0.0 code * @END **/
Upload File
Create Folder