1 2 3 4 5 6 7 8 9 | // ****************************************************************** // ################ REMOVE NOT NEEDED META TAGS ###################### // ****************************************************************** remove_action('wp_head', 'wp_generator'); remove_action('wp_head', 'wlwmanifest_link'); remove_action('wp_head', 'rsd_link'); remove_action('wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0); remove_action('wp_head', 'start_post_rel_link', 10, 0); |