Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/wp-content/plugins/foxiz-core/admin/import/lib/wordpress-importer.php
Arrière
<?php /* Plugin Name: WordPress Importer Plugin URI: https://wordpress.org/plugins/wordpress-importer/ Description: Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file. Author: wordpressdotorg Author URI: https://wordpress.org/ Version: 0.7 Text Domain: wordpress-importer License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html */ if ( ! defined( 'WP_LOAD_IMPORTERS' ) ) { return; } /** Display verbose errors */ if ( ! defined( 'IMPORT_DEBUG' ) ) { define( 'IMPORT_DEBUG', TRUE ); } /** WordPress Import Administration API */ require_once ABSPATH . 'wp-admin/includes/import.php'; if ( ! class_exists( 'WP_Importer' ) ) { $class_wp_importer = ABSPATH . 'wp-admin/includes/class-wp-importer.php'; if ( file_exists( $class_wp_importer ) ) require $class_wp_importer; } /** Functions missing in older WordPress versions. */ require_once dirname( __FILE__ ) . '/compat.php'; /** WXR_Parser class */ require_once dirname( __FILE__ ) . '/parsers/class-wxr-parser.php'; /** WXR_Parser_SimpleXML class */ require_once dirname( __FILE__ ) . '/parsers/class-wxr-parser-simplexml.php'; /** WXR_Parser_XML class */ require_once dirname( __FILE__ ) . '/parsers/class-wxr-parser-xml.php'; /** WXR_Parser_Regex class */ require_once dirname( __FILE__ ) . '/parsers/class-wxr-parser-regex.php'; /** WP_Import class */ require_once dirname( __FILE__ ) . '/class-wp-import.php';
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.05 |
proxy
|
phpinfo
|
Réglages