Files
wingedit.pl/wp-content/plugins/polylang/integrations/wp-importer/load.php
2024-11-04 20:48:19 +01:00

13 lines
232 B
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();