After update to PHP version above 7.1, I've got an error:
Warning: Use of undefined constant slug - assumed 'slug' (this will throw an Error in a future version of PHP)
The indication applies to the code that I use to support languages on the page (Polyang plugin).
Part of code:
global $current_lang;
$current_lang = pll_current_language(slug);
How to fix it?