WordPress, offre tantissimi vantaggi agli utenti che desiderano realizzare un sito Web.. che sia un Blog, un sito statico o un ecommerce. Però per offrire questi vantaggi che soddisfano tutte le necessità degli utenti, ci ritroviamo ad utilizzare “funzioni” che non sono di nostro interesse. Per ottimizzare la struttura del nostro tema wordpress, aggiungiamo al file funtions.php le seguenti stringhe:
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'wp_generator');
remove_action('wp_head', 'start_post_rel_link');
remove_action('wp_head', 'index_rel_link');
remove_action('wp_head', 'adjacent_posts_rel_link');