Files
2026-03-11 15:57:27 +01:00

13 lines
227 B
PHP

<?php
/**
* Loads the integration with WordPress MU Domain Mapping.
*
* @package Polylang
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Don't access directly.
}
PLL_Integrations::instance()->dm = new PLL_Domain_Mapping();