File ManagerCurrent Directory: wp-content/plugins/elementor/app/modules/import-export/runners/exportLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: export-runner-base.php <?php namespace Elementor\App\Modules\ImportExport\Runners\Export; use Elementor\App\Modules\ImportExport\Runners\Runner_Interface; abstract class Export_Runner_Base implements Runner_Interface { /** * By the passed data we should decide if we want to run the export function of the runner or not. * * @param array $data * * @return bool */ abstract public function should_export( array $data ); /** * Main function of the runner export process. * * @param array $data Necessary data for the export process. * * @return array{files: array, manifest: array} * The files that should be part of the kit and the relevant manifest data. */ abstract public function export( array $data ); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Direlementor-content.phpFile3.17 KB Rename | Delete | Editexport-runner-base.phpFile720.00 B Rename | Delete | Editplugins.phpFile559.00 B Rename | Delete | Editsite-settings.phpFile1.03 KB Rename | Delete | Edittaxonomies.phpFile2.62 KB Rename | Delete | Edittemplates.phpFile1.43 KB Rename | Delete | Editwp-content.phpFile1.97 KB Rename | Delete | Edit