Skip to content

Instantly share code, notes, and snippets.

@polevaultweb
Created July 25, 2016 06:58
Show Gist options
  • Select an option

  • Save polevaultweb/d406e4bc29d5eeadde8b5285aae785fd to your computer and use it in GitHub Desktop.

Select an option

Save polevaultweb/d406e4bc29d5eeadde8b5285aae785fd to your computer and use it in GitHub Desktop.
<?php
add_filter( 'wpmdb_preserved_options', 'mm_wpmdb_preserved_options' );
function mm_wpmdb_preserved_options( $options ) {
$options[] = 'itsec_local_file_list';
return $options;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment