need help with file uploader

Support General need help with file uploader

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49633
    aryanrajaryanraj
    Participant

    Hi, WordPress uses wp_handle_upload_prefilter that can be used to alter, rename the file. https://developer.wordpress.org/reference/hooks/wp_handle_upload_prefilter/

    is there any filter offered by metabox for their any of the file upload field type? I want to create a auto rename function to include prefix/suffix for files uploaded through that custom field "file uploader".

    #49638
    PeterPeter
    Moderator

    Hello,

    Meta Box also uses the WordPress function media_handle_upload() to upload the file to the media library. So you can use the same filter hook to modify the file name. Read more about the hook in the WP documentation
    https://developer.wordpress.org/reference/functions/_wp_handle_upload/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.