If Else Mobile Conditional

  This is a very useful snippet to execute something either only on mobile or on desktop.  This can be placed in any PHP file.

  

<?php if (wp_is_mobile() ) { ?>
DO SOMETHING HERE IF MOBILE
<?php } else { ?>
DO SOMETHING ELSE
<?php } ?>



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article