function disable_plugin_updates( $value ) {
unset( $value->response['plugin-folder-name/plugin-index.php'] );
return $value;
}
add_filter( 'site_transient_update_plugins', 'disable_plugin_updates' );
Just another WordPress site
function disable_plugin_updates( $value ) {
unset( $value->response['plugin-folder-name/plugin-index.php'] );
return $value;
}
add_filter( 'site_transient_update_plugins', 'disable_plugin_updates' );