Created
July 29, 2016 14:18
-
-
Save barrykooij/9d10812770e4a3f96b9253af6408b051 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function remove_dem_wpml_notices() { | |
echo '<style type="text/css">.wpmu-update-row {display: none !important;}</style>'; | |
} | |
add_action( 'admin_head', 'remove_dem_wpml_notices' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment