Files
2025-02-24 22:33:42 +01:00

12 lines
235 B
PHP

<?php
/**
* @package Polylang-Pro
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Don't access directly.
}
$polylang->locale_fallback = new PLL_Locale_Fallback();
add_action( 'pll_init', array( $polylang->locale_fallback, 'init' ) );