Tools / My IP
Click the box below to copy your IP address
Copied!
18.232.59.38
Click the box below to copy the php if statement to perform IP specific actions
Copied!
if ($_SERVER['REMOTE_ADDR'] === '18.232.59.38') {
// Do some special stuff only for you
}