Created
April 13, 2016 09:14
-
-
Save khoipro/8108709a35bc37a576800302b0fc45b4 to your computer and use it in GitHub Desktop.
Remove short link in WordPress header
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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