How to disable Wordpress plugin update notification?
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.
