Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barrykooij/9d10812770e4a3f96b9253af6408b051 to your computer and use it in GitHub Desktop.
Save barrykooij/9d10812770e4a3f96b9253af6408b051 to your computer and use it in GitHub Desktop.
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