Advertisement
tomascot

Wordpress header tags

Jul 7th, 2011
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. //peguen el siguiente codigo en el archivo functions.php de su plantilla
  4.  
  5. remove_action('wp_head', 'wp_generator'); //generator
  6. remove_action('wp_head', 'wlwmanifest_link'); //wlwmanifest
  7. remove_action('wp_head', 'index_rel_link'); //index
  8. remove_action('wp_head', 'rsd_link'); //rsd
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement