File "load.php"
Full Path: /home/apmablcosr/www/wp-content/plugins/polylang/integrations/no-category-base/load.php
File size: 288 bytes
MIME-type: text/x-php
Charset: utf-8
<?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();