Guest User

Untitled

a guest
Jan 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. /**
  3. * Template Name: Set the user language to French (France)
  4. *
  5. * @author Louis-Marie Matthews
  6. */
  7.  
  8. setcookie( 'dt_user_language', 'fr_FR', strtotime( '+30 days' ), '/' );
  9. wp_redirect( home_url() );
  10. exit;
Add Comment
Please, Sign In to add comment