I would like to display the same Notice in all site's backoffice of the network without needing to copy/paste my display_notice() function in each functions.php file.
Is it possible to put my display_notice() function in one place and it will be global for all the network site ?
I think it could be possible with a plugin (mu-plugins folder) but there is a better solution ?