Docs / Action Reference / wpdm_after_upload_file – Action applied on the uploaded file name

wpdm_after_upload_file – Action applied on the uploaded file name

Description


Using this filter you want to control the uploaded file path or name

Parameters


One parameter is passed to this hook.

Usage


<?php add_filter('wpdm_after_upload_file','callbabck_function',10,1);  ?>

Examples


<?php 
add_action('wpdm_after_upload_file','wpdm_after_upload_file',10,1); 
function wpdm_after_upload_file($filename)
  { 

     //todo: Do something... 
    
  } 

?>

 

Last updated on January 26, 2026

Need Help?

Get support from our team or community forum.

Visit Support

Customization

Need custom features? We can help.

Request Quote