Skip to content

Instantly share code, notes, and snippets.

@khoipro
Created April 13, 2016 09:14
Show Gist options
  • Save khoipro/8108709a35bc37a576800302b0fc45b4 to your computer and use it in GitHub Desktop.
Save khoipro/8108709a35bc37a576800302b0fc45b4 to your computer and use it in GitHub Desktop.
Remove short link in WordPress header
// remove short link
remove_action('wp_head', 'wp_shortlink_wp_head', 10, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment