Preview:
// disable notification for plugin update

function filter_plugin_updates( $value ) {
    unset( $value->response['wps-hide-login/wps-hide-login.php'] );
    unset( $value->response['wpide/wpide.php'] );
    return $value;
}
add_filter( 'site_transient_update_plugins', 'filter_plugin_updates' );
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter