Feature Request
Describe your use case and the problem you are facing
Import media from URL
wp media import https://images.pexels.com/photos/708587/pexels-photo-708587.jpeg --title=abc --caption=caption --alt=alt
After import URL
http://test.local/wp-content/uploads/2023/11/pexels-photo-708587.jpeg
No option to override a file name pexels-photo-708587.jpeg
Describe the solution you'd like
We can introduce the new option slug
After this change, after import URL will be
After import URL
http://test.local/wp-content/uploads/2023/11/abcd.jpeg
Feature Request
Describe your use case and the problem you are facing
Import media from URL
After import URL
No option to override a file name
pexels-photo-708587.jpegDescribe the solution you'd like
We can introduce the new option
slugAfter this change, after import URL will be
After import URL