Advertisement
Guest User

Untitled

a guest
Sep 15th, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2. require_once 'Mobile_Detect.php';
  3. $detect = new Mobile_Detect;
  4.  
  5. if( $detect->isiOS() ) { $url = 'https://itunes.apple.com/au/app/stashd/id714814803?mt=8'; header( "Location: $url" ); exit(0); }; ?>
  6.  
  7. <?php
  8. /*
  9. Template Name: Full Width APPSTORE
  10. */
  11.  
  12. get_header(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement