Home / Disable the WordPress Shortlink
Duplicate Snippet

Embed Snippet on Your Site

Disable the WordPress Shortlink

Remove link rel shortlink from your site head area.

400+
Code Preview
php
<?php
remove_action('wp_head', 'wp_shortlink_wp_head' );

Comments

Add a Comment