📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 19:30:33
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor
/
app
/
modules
/
import-export
/
runners
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor/app/modules/import-export/runners
🔄 Refresh
✏️
Editing: runner-interface.php
Writable
<?php namespace Elementor\App\Modules\ImportExport\Runners; use Elementor\App\Modules\ImportExport\Module; interface Runner_Interface { const META_KEY_ELEMENTOR_IMPORT_SESSION_ID = Module::META_KEY_ELEMENTOR_IMPORT_SESSION_ID; const META_KEY_ELEMENTOR_EDIT_MODE = Module::META_KEY_ELEMENTOR_EDIT_MODE; /** * Get the name of the runners, used to identify the runner. * The name should be unique, unless you want to run over existing runner. * * @return string */ public static function get_name(): string; }
💾 Save Changes
❌ Cancel