How to disable Wordpress plugin update notification?

Topholines-2017
Aug 22, 2017 · 1 min read

Wordpress update your website automatically because of the availability of plugins. These plugins will update your Wordpress when any new update launch by the Wordpress. Are you boring from notifications coming from the Wordpress plugin update? Then why are you tensed? It is a regular thing who has no technical problem if someone received. If you want to disable the Wordpress plugin update notification, then read this article and go through the below instructions:

You should need to apply the below codes if you don’t want to see the notification on a plugin which you update:

<?php

function remove_core_updates(){global $wp_version;return(object) array('last_checked'=> time(),'version_checked'=> $wp_version,);}add_filter('pre_site_transient_update_core','remove_core_updates');add_filter('pre_site_transient_update_plugins','remove_core_updates');add_filter('pre_site_transient_update_themes','remove_core_updates');

?>

After applying the above code, you can easily disable Wordpress plugin update notifications. If you are not capable to understand the above mentioned instructions, then don’t be tensed. Simply dial Wordpress support number and get highly reliable assistance from the professionals. These professionals are highly qualified and they will better tell how to disable Wordpress plugin update notification. You can dial this number from all over the world that is accessible at 24/7 hours.

)

Written by

Tophotlines is a website which provide the information about non technical and technical company products you can share you question, threads, here.

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade