I have a little problem trying to remove some script and styles from the header. I have a few plugins and am trying to combine all the styles and some of the javascript to clean the header and speed the site up a little. Problem is the conventional way doesn't seem to work.
I've tried the inserting the following in functions.php but to no result.
Code:
remove_action( 'wp_head', 'rsd_link' )