Disable Specific Plugin Updates WordPress

This function will stop plugin update notification on WordPress.

	function disable_plugin_updates($value){
	  if (isset($value) && is_object($value)){
		  
		if (isset( $value->response['full-screen-morphing-search/full-screen-morphing-search.php'])) {
			unset($value->response['full-screen-morphing-search/full-screen-morphing-search.php']);
		}
		/*Add another line here*/
		
	  }
	  return $value;
	}
	add_filter( 'site_transient_update_plugins', 'disable_plugin_updates' );
John Perri Cruz

About the Author

John Perri Cruz was born in the Philippines, at the cold month of december. (Not cold enough cause Philippines is a tropical country.)

He's currently working as a Fullstack Web developer and when not sleeping, he can be found in coffee shop most of the time.

He gained his experience and skills by making and developing websites and systems for various individuals. He is well equipped with different Web programming languages and tools.

Connect :


Buy me a cup of coffee :

Leave a Reply