File "load.php"

Full Path: /home/apmablcosr/www/wp-content/plugins/polylang/integrations/wp-importer/load.php
File size: 231 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Loads the integration with WordPress Importer.
 *
 * @package Polylang
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Don't access directly.
}

PLL_Integrations::instance()->wp_importer = new PLL_WordPress_Importer();