CodeDropz

Drag & Drop CF7 - Remove auto delete

Oct 15th, 2020 (edited)
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_action('init',function(){
  2.     $cd = codeDropz_dnd_upload_cf7();
  3.     remove_action( 'wp_dnd_cf7_daily_cron', array( $cd, 'wpcf7_remove_dnd_uploaded_files' ), 30 );
  4. });
Add Comment
Please, Sign In to add comment