芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/_alpage-services.fr/wp-content/plugins/timetable/importer/importer.php
here. You can find import dummy files in 'dummy content files' directory inside zip archive downloaded from ThemeForest."; else { if(!is_file($import_filepath)) echo "The XML file is not available"; else { $wp_import = new WP_Import(); $wp_import->fetch_attachments = $fetch_attachments; set_time_limit(0); $wp_import->import($import_filepath); } }