Skip to content
프로그램khfair2020-09-14T11:07:47+09:00
#php
// $agent_string = 'messe';
// $find = strrchr( $_SERVER['HTTP_USER_AGENT'],$agent_string );
// $request_uri = $_SERVER["REQUEST_URI"];
// $find_uri = 'eng';
// $pos = strpos($request_uri, $find_uri);
// if($find != $agent_string && $pos == false) {
//if(wp_is_mobile()) { ?>
#php } else { ?>
#php }?>