X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/elementor-pro/core
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
elementor-pro
/
core
/
??
..
??
admin
??
adwzitba
(9.03 KB)
??
app
??
behaviors
??
compatibility
??
connect
??
data
??
database
??
editor
??
integrations
??
isolation
??
maintenance.php
(392 B)
??
modules-manager.php
(2.37 KB)
??
notifications
??
php-api.php
(424 B)
??
preview
??
security
??
sitemap_previous
(2.72 MB)
??
upgrade
??
utils
??
utils.php
(13.6 KB)
Editing: php-api.php
<?php namespace ElementorPro\Core; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * This class is responsible for the interaction with PHP Core API. * The main benefit is making it easy to mock in testing. */ class PHP_Api { /** * @param $from * @param $to * * @return bool */ public function move_uploaded_file( $from, $to ) { return @ move_uploaded_file( $from, $to ); } }
Upload File
Create Folder