📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 01:13:33
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor-pro
/
core
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor-pro/core
🔄 Refresh
✏️
Editing: php-api.php
Writable
<?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 ); } }
💾 Save Changes
❌ Cancel