Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/plugins/elementor-pro/modules/custom-code/import-export/import-export.php
Ðазад
<?php namespace ElementorPro\Modules\CustomCode\ImportExport; use Elementor\App\Modules\ImportExport\Processes\Export; use Elementor\App\Modules\ImportExport\Processes\Import; use Elementor\App\Modules\ImportExport\Processes\Revert; class Import_Export { const FILE_NAME = 'custom-code'; public function register_hooks() { add_action( 'elementor/import-export/export-kit', function ( Export $export ) { $export->register( new Export_Runner() ); } ); add_action( 'elementor/import-export/import-kit', function ( Import $import ) { $import->register( new Import_Runner() ); } ); add_action( 'elementor/import-export/revert-kit', function ( Revert $revert ) { $revert->register( new Revert_Runner() ); } ); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка