?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/polylang/integrations/wp-importer/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/polylang/integrations

?? Viewing: load.php

<?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();


??

??