Advertisement
swte

Untitled

Sep 13th, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. add_filter('pre_option_swift-performance-deactivation-settings', function($settings){
  2.     $settings['keep-settings'] = true;
  3.     return $settings;
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement