Remove link rel shortlink from your site head area.
/**
* Remove shortlink URL from the WordPress head section.
* Cleans up unnecessary markup from your site's HTML.
*/
remove_action( 'wp_head', 'wp_shortlink_wp_head' );
Shared by Divyesh kakrecha · April 29, 2026 · @wp_head
Remove link rel shortlink from your site head area.
/**
* Remove shortlink URL from the WordPress head section.
* Cleans up unnecessary markup from your site's HTML.
*/
remove_action( 'wp_head', 'wp_shortlink_wp_head' );