Guest User

Untitled

a guest
Jan 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php if ( wp_is_mobile() && is_front_page() ) {
  2. wp_redirect( 'http://www.example.com', 301 ); exit;
  3. } ?>
Add Comment
Please, Sign In to add comment