[not_mobile]

Other Related & Recommended One Day Tours in Guatemala:


[/not_mobile]

[insert_php]
if ( wp_is_mobile() ) {
/* Display and echo mobile specific stuff here */
echo ‘Detecto mobil’;
}
else{
echo’detecto escritorio’;
}

echo «

«;

echo «

«;
echo ‘

‘;
echo «

«;

[/insert_php]