Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
polymastigina
/
wp-content
/
plugins
/
polylang
/
integrations
/
no-category-base
:
load.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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();