-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
command:mediaRelated to 'media' commandRelated to 'media' commandcommand:media-importRelated to 'media import' commandRelated to 'media import' commandcontributor-daygood-first-issueGood for newcomersGood for newcomers
Milestone
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
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
--slug=abcd
After this change, after import URL will be
After import URL
http://test.local/wp-content/uploads/2023/11/abcd.jpeg
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
command:mediaRelated to 'media' commandRelated to 'media' commandcommand:media-importRelated to 'media import' commandRelated to 'media import' commandcontributor-daygood-first-issueGood for newcomersGood for newcomers