Skip to main content
FolksSpeakersPluginsThemesEventsSnippetsShippedCommunityResources
Login Join
Snippet · PHP

Disable the WordPress Shortlink

Shared by Divyesh kakrecha · April 29, 2026 · @wp_head

8 views
Back to Snippets

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' );