Advertisement
CodeDropz

Adjust - CF7 Auto File Deletion

Aug 12th, 2020
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_filter('dnd_cf7_auto_delete_files', 'cf7_adjust_auto_file_deletion');
  2. function cf7_adjust_auto_file_deletion( $time ){
  3.       $time = 31536000;
  4.       return $time;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement