• 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)
  • Plugin Author Chouby

    (@chouby)

    Hello,

    Yes, these constants have been intentionnally removed in version 2.8. With the new structure that we are using for Polylang Pro, using Polylang as a composer dependance, they would have caused some troubles.

Viewing 1 replies (of 1 total)
  • The topic ‘PLL_ADMIN_INC and PLL_SETTINGS_INC’ is closed to new replies.