I'm trying to hide this item in the admin:
I have already removed the updated message using this:
add_action('admin_menu','wphidenag');
function wphidenag() {
remove_action( 'admin_notices', 'update_nag', 3 );
}
But I haven't found a solution to this item, any ideas to do it the proper way, not with css?