<?php
if ( wp_is_mobile() ) {
/* Mobilse çalışacak kodlar */
} else {
echo 'Mobil değilse çalışacak kodlar';
}  ?>