Skip to content

Instantly share code, notes, and snippets.

@mikeott
Last active July 29, 2022 07:39
Show Gist options
  • Save mikeott/a2119288e4d59a5a6fa3b270e27e0cde to your computer and use it in GitHub Desktop.
Save mikeott/a2119288e4d59a5a6fa3b270e27e0cde to your computer and use it in GitHub Desktop.
WordPress: If WordPress is mobile
<?php if ( wp_is_mobile() ) {
// Do something for mobile devices
} else {
// Do something for desktop
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment