Search
 
SCRIPT & CODE EXAMPLE
 

PHP

wp varnish ip

//Add at the top of wp-config.php

$temp_ip = explode(',', isset($_SERVER['HTTP_X_FORWARDED_FOR'])
? $_SERVER['HTTP_X_FORWARDED_FOR'] :
(isset($_SERVER['HTTP_CLIENT_IP']) ?
$_SERVER['HTTP_CLIENT_IP'] : $_SERVER['REMOTE_ADDR']));
$remote_addr = trim($temp_ip[0]);
$_SERVER['REMOTE_ADDR'] = preg_replace('/[^0-9.:]/', '', $remote_addr );
Comment

PREVIOUS NEXT
Code Example
Php :: Namespace declaration statement has to be the very first statement or after any declare call in the script in file D:Xampphtdocsprojectsmulti_vender_siteappModelsUser.php on line 5 
Php :: laravel sintax 
Php :: handling deadlocks laravel 
Php :: PHP soundex — Calculate the soundex key of a string 
Php :: laravel add params form submission 
Php :: laravel disable cors 
Php :: laravel csv import 
Php :: mobibeDetect 
Php :: Redirect file.php to file with .htaccess | Redirect to its non .php version 
Php :: how to pass variable to an event listener laravel 
Php :: evaluate home tilde ~ in php 
Php :: lazy loading vs eager loading laravel 
Php :: php check if string startswith 
Php :: laravel like 
Php :: laravel collection median 
Php :: laravel change error page to open in vscode 
Php :: date format in php 
Php :: lengthawarepaginator gives keys on page 2 
Php :: laravel collection chunks 
Php :: laravel helper.php session data 
Php :: if laravel pagiantion not found error occured then 
Php :: cách nhúng php vào html 
Php :: php sum 2 arrays 
Php :: php function return type self 
Php :: list database table rows plugin wordpress 
Php :: php code for adding dara 
Php :: barryvdh laravel dompdf pages total 
Php :: flexslider in laravel 5.8 
Php :: how to give dynamic value in onlick in php 
Php :: chart trong laravel 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =