Any problem placing this in functions.php
remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 );
remove_action( 'template_redirect', 'wp_shortlink_header', 11, 0 );
remove_action( 'wp_head', 'wlwmanifest_link' );
Hey aribann!
I don’t get any errors when I added it on functions.php and I don’t really see any difference neither.
Cheers!
Ismael
from head section
removes
<link rel=’shortlink’ href=’http://xxxx.com’ /?p=###>
<link rel=”wlwmanifest” type=”application/wlwmanifest+xml” href=”http://xxxx.com/wp-includes/wlwmanifest.xml” />
etc
primarily wanted to remove shortlinks …
Hey!
For general WordPress support you can post to the WordPress support forums here: http://wordpress.org/support/forum/how-to-and-troubleshooting
There is nothing on the theme side of things that will interfere with removing the default WordPress header output.
Best regards,
Devin