Somebody knows some trick in Add new Post to:
-
Disable the upload of audio, video and other filetypes.
-
Only accept the upload of an image (jpg, png, gif).
-
Limit the upload of each Post to only One image (no more than one).
Thanks in advance.
Somebody knows some trick in Add new Post to:
Disable the upload of audio, video and other filetypes.
Only accept the upload of an image (jpg, png, gif).
Limit the upload of each Post to only One image (no more than one).
Thanks in advance.
You must be logged in to post a comment.
I was about to give up thinking that it wasn’t possible or at least easy and then I stumbled onto the
wp_handle_upload_prefilter
filter which gives you exactly what you asked for! Here’s the code:And here are some screenshots showing how it looks in action: