PLL_ADMIN_INC and PLL_SETTINGS_INC
-
Hi,
did you delete those lines in polylang.php ?
define( ‘PLL_ADMIN_INC’, POLYLANG_DIR . ‘/admin’ );
define( ‘PLL_FRONT_INC’, POLYLANG_DIR . ‘/frontend’ );
define( ‘PLL_INC’, POLYLANG_DIR . ‘/include’ );
define( ‘PLL_INSTALL_INC’, POLYLANG_DIR . ‘/install’ );
define( ‘PLL_MODULES_INC’, POLYLANG_DIR . ‘/modules’ );
define( ‘PLL_SETTINGS_INC’, POLYLANG_DIR . ‘/settings’ );
define( ‘PLL_PREFIX’, ‘pll_’ );
If yes, is it a mistake or is it intentional ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PLL_ADMIN_INC and PLL_SETTINGS_INC’ is closed to new replies.