Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function avia_turn_off_detection(){
  2. echo '<meta name="format-detection" content="telephone=no">';
  3. }
  4. add_action('wp_head', 'avia_turn_off_detection');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement