Skip to content

Instantly share code, notes, and snippets.

View 0xAsuka's full-sized avatar
💭
I may be slow to respond.

Kururu Sumeragi 0xAsuka

💭
I may be slow to respond.
View GitHub Profile
@0xAsuka
0xAsuka / wp-disable-plugin-update.php
Created May 18, 2019 15:00 — forked from ebetancourt/wp-disable-plugin-update.php
WordPress - Disable specific plugin update check
<?php
// have to add that opening tag to get syntax highlighting... ¯\_(ツ)_/¯
/**
* Prevent update notification for plugin
* http://www.thecreativedev.com/disable-updates-for-specific-plugin-in-wordpress/
* Place in theme functions.php or at bottom of wp-config.php
*/
function disable_plugin_updates( $value ) {