/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
plugins
/
revslider
/
includes
/
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/revslider/includes
mkdir
upload
Name
Size
Mode
Actions
framework/
-
0755
rm
InstagramScraper/
-
0755
rm
Unirest/
-
0755
rm
aq-resizer.class.php
7961
0644
edit
dl
rm
backwards.php
2206
0644
edit
dl
rm
basic-css.php
11854
0644
edit
dl
rm
coloreasing.class.php
6325
0644
edit
dl
rm
colorpicker.class.php
15631
0644
edit
dl
rm
cssparser.class.php
25436
0644
edit
dl
rm
data.class.php
38002
0644
edit
dl
rm
em-integration.class.php
5803
0644
edit
dl
rm
extension.class.php
6088
0644
edit
dl
rm
external-sources.class.php
47097
0644
edit
dl
rm
favorite.class.php
1385
0644
edit
dl
rm
functions.class.php
33809
0644
edit
dl
rm
globals.class.php
2080
0644
edit
dl
rm
googlefonts.php
133229
0644
edit
dl
rm
index.php
0
0644
edit
dl
rm
InstagramScraper.php
1013
0644
edit
dl
rm
main.class.php
0
0644
edit
dl
rm
navigation.class.php
20206
0644
edit
dl
rm
navigations.php
102711
0644
edit
dl
rm
object-library.class.php
44690
0644
edit
dl
rm
operations.class.php
283413
0644
edit
dl
rm
output.class.php
269178
0644
edit
dl
rm
page-template.class.php
3431
0644
edit
dl
rm
slide.class.php
105996
0644
edit
dl
rm
slider.class.php
74835
0644
edit
dl
rm
template.class.php
58590
0644
edit
dl
rm
tinybox.class.php
16546
0644
edit
dl
rm
Unirest.php
299
0644
edit
dl
rm
update.class.php
6172
0644
edit
dl
rm
widget.class.php
4321
0644
edit
dl
rm
woocommerce.class.php
3540
0644
edit
dl
rm
wpml.class.php
5601
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/revslider/includes/backwards.php
(2206B)
<?php /** * @author ThemePunch <info@themepunch.com> * @link https://www.themepunch.com/ * @copyright 2019 ThemePunch */ if(!defined('ABSPATH')) exit(); /** * backwards compatibility code * @START **/ //mostly needed for RevSlider AddOns class RevSliderGlobals { const SLIDER_REVISION = RS_REVISION; const TABLE_SLIDERS_NAME = RevSliderFront::TABLE_SLIDER; const TABLE_SLIDES_NAME = RevSliderFront::TABLE_SLIDES; const TABLE_STATIC_SLIDES_NAME = RevSliderFront::TABLE_STATIC_SLIDES; const TABLE_SETTINGS_NAME = RevSliderFront::TABLE_SETTINGS; const TABLE_CSS_NAME = RevSliderFront::TABLE_CSS; const TABLE_LAYER_ANIMS_NAME = RevSliderFront::TABLE_LAYER_ANIMATIONS; const TABLE_NAVIGATION_NAME = RevSliderFront::TABLE_NAVIGATIONS; public static $table_sliders; public static $table_slides; public static $table_static_slides; } global $wpdb; RevSliderGlobals::$table_sliders = $wpdb->prefix.'revslider_sliders'; RevSliderGlobals::$table_slides = $wpdb->prefix.'revslider_slides'; RevSliderGlobals::$table_static_slides = $wpdb->prefix.'revslider_static_slides'; class RevSliderBase { public static function check_file_in_zip($d_path, $image, $alias, $alreadyImported = false){ $f = new RevSliderFunctions(); return $f->check_file_in_zip($d_path, $image, $alias, $alreadyImported, $add_path = false); } } class RevSliderFunctionsWP { public static function getImageUrlFromPath($url){ $f = new RevSliderFunctions(); return $f->get_image_url_from_path($url); } public static function get_image_id_by_url($image_url){ $f = new RevSliderFunctions(); return $f->get_image_id_by_url($image_url); } } class RevSliderOperations { public function getGeneralSettingsValues(){ $f = new 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 code * @END **/ ?>
Save
cmd:
run