Created
July 25, 2016 06:58
-
-
Save polevaultweb/d406e4bc29d5eeadde8b5285aae785fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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