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

13 lines
283 B
PHP

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