Disable Auto Delete
-
Hi, I tried to disable auto-deletion of uploaded files, like this:
function mtx_remove_action_auto_delete_files() { remove_action( 'template_redirect', 'dnd_cf7_auto_clean_dir', 30); } add_action('plugins_loaded', 'mtx_remove_action_auto_delete_files', 30, 1);
but, the files are still deleted …
… where am I wrong?
is it the fault of cf7?Thank
Regards
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Disable Auto Delete’ is closed to new replies.