Blog code and general code release note system
Posted in Computing Notes on Feb 22nd, 2025 Comments Off
Today’s site updates including removing the RSS feed links. Kinsta provided source code.1 The code for functions.php to remove it is: remove_action( ‘wp_head’, ‘feed_links_extra’, 3 ); remove_action( ‘wp_head’, ‘feed_links’, 2 ); remove_action(‘wp_head’, ‘wlwmanifest_link’); Kinsta also provided another very useful function2 and that was one that removed the various update notifications in the dashboard. function kinsta_hide_update_nag() [...]
