Remove Header Scripts
remove_action(‘wp_head’, ‘rsd_link’); remove_action(‘wp_head’, ‘wp_generator’); remove_action(‘wp_head’, ‘feed_links’, 2); remove_action(‘wp_head’, ‘feed_links_extra’, 3); remove_action(‘wp_head’, ‘wlwmanifest_link’); remove_action(‘wp_head’, ‘adjacent_posts_rel_link’); remove_action(‘wp_head’, ‘adjacent_posts_rel_link_wp_head’, 10, 0 ); remove_action(‘wp_head’, ‘wp_shortlink_wp_head’, 10, 0); remove_action(‘wp_head’, ‘wp_oembed_add_discovery_links’, 10); remove_action(‘wp_head’, ‘rest_output_link_wp_head’, 10); remove_action(‘template_redirect’, ‘rest_output_link_header’, 11, 0); // Disable self-pingbacks function stop_self_ping( &$links )…Continue reading