X7ROOT File Manager
Current Path:
/home/notabjze/digitalcontentmentors.com/wp-content/plugins/pro-elements/core
home
/
notabjze
/
digitalcontentmentors.com
/
wp-content
/
plugins
/
pro-elements
/
core
/
ðŸ“
..
ðŸ“
admin
ðŸ“
app
ðŸ“
behaviors
ðŸ“
compatibility
ðŸ“
connect
ðŸ“
container
ðŸ“
data
ðŸ“
database
ðŸ“
editor
ðŸ“
integrations
ðŸ“
isolation
📄
modules-manager.php
(2.34 KB)
ðŸ“
notifications
📄
php-api.php
(424 B)
ðŸ“
preview
ðŸ“
security
ðŸ“
upgrade
ðŸ“
utils
📄
utils.php
(13.51 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