Remove the shortlink
Removes the ?p=123 shortlink from the page head and the HTTP headers.
<?php
remove_action( 'wp_head', 'wp_shortlink_wp_head', 10 );
remove_action( 'template_redirect', 'wp_shortlink_header', 11 );
In these packs
- Clean up the head: Remove the links, scripts and styles WordPress adds to every page that most sites never use.