File ManagerCurrent Directory: wp-content/plugins/elementor/app/modules/import-export/runners/revertLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: revert-runner-base.php <?php namespace Elementor\App\Modules\ImportExport\Runners\Revert; use Elementor\App\Modules\ImportExport\Runners\Runner_Interface; abstract class Revert_Runner_Base implements Runner_Interface { /** * By the passed data we should decide if we want to run the revert function of the runner or not. * * @param array $data * * @return bool */ abstract public function should_revert( array $data ) : bool; /** * Main function of the runner revert process. * * @param array $data Necessary data for the revert process. */ abstract public function revert( array $data ); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Direlementor-content.phpFile2.27 KB Rename | Delete | Editplugins.phpFile302.00 B Rename | Delete | Editrevert-runner-base.phpFile597.00 B Rename | Delete | Editsite-settings.phpFile662.00 B Rename | Delete | Edittaxonomies.phpFile781.00 B Rename | Delete | Edittemplates.phpFile376.00 B Rename | Delete | Editwp-content.phpFile1.76 KB Rename | Delete | Edit