PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
elementor-pro
/
core
<?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 ); } }
[-] utils.php
[edit]
[-] modules-manager.php
[edit]
[+]
utils
[-] .htaccess
[edit]
[+]
data
[+]
preview
[+]
database
[+]
app
[+]
editor
[-] php-api.php
[edit]
[+]
compatibility
[+]
upgrade
[+]
notifications
[+]
behaviors
[+]
integrations
[+]
connect
[+]
security
[-] maintenance.php
[edit]
[+]
..
[+]
isolation
[+]
admin