PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
polylang
/
integrations
/
domain-mapping
<?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();
[+]
..
[-] domain-mapping.php
[edit]
[-] load.php
[edit]