Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. ?>