2026-02-01 12:02:57 +00:00

14 lines
288 B
PHP

<?php
/**
* Loads the integration with No Category Base.
*
* @package Polylang
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Don't access directly.
}
PLL_Integrations::instance()->no_category_base = new PLL_No_Category_Base();
PLL_Integrations::instance()->no_category_base->init();