[ad_1]
Hello, how can I adapt this thing?
<?php $google_anal = oxy_get_option( 'google_anal' ); ?>
<?php if( !empty( $google_anal ) ) : ?>
<?php include ('check-user-ip.php'); ?>
<?php if (!$isMyOwnIp) echo oxy_get_option( 'google_anal' ); ?>
<?php //echo oxy_get_option( 'google_anal' ); ?>
<?php endif; ?>The page I need help with: [log in to see the link]
