$key){ if($comp != "action"){ if($key == 'disable-update'){ $plugin_name = preg_replace("/_php/", ".php", htmlentities(strip_tags($comp))); $note = ''; if(isset($_POST[$comp.'-note'])){$note = $_POST[$comp.'-note'];} $pub_plugins[$plugin_name] = array('name' => $plugin_name, 'note' => $note); } } } update_option(PUB_UPDATE_DEACTIVATED, serialize($pub_plugins)); ?>

Options saved!


Select for which plugins you want to disable updates.
You can then leave a note to explain the changes you made.
If a plugin you deactivated had a new version ready, you may need to refresh the page to hide it.

$wp_plugins){ $cur_plugin = ''; if(array_key_exists($key, $pub_plugins)){ $cur_plugin = $pub_plugins[$key]; } ?>

Plugin name

Deactivated


>Add note
/>