I’m looking to make the “Alternative Text” field required in the Media Library, just like the “Title” field above it.
Screenshot:
I’m looking to make the “Alternative Text” field required in the Media Library, just like the “Title” field above it.
Screenshot:
You must be logged in to post a comment.
I’ve managed to make it work of sorts…
The requirement is not checked in the Media Library upload
/wp-admin/media-new.php
, but instead in the Media Upload thickbox iframe/wp-admin/media-upload.php
.The following is the code that works in the thickbox and displays an alert box making mandatory filling the Alt text field.
IMO, it won’t be easy, but it can be adapted to work in the Upload New Media page (
/wp-admin/media-new.php
)…