How to set default value for ‘Alt text’ on image upload dialog?
Ok, the answer will not be short At first, You can’t change the alt attribute using attachment_fields_to_edit, because you can’t modify default fields. To see how this works can be in the source code of get_compat_media_markup. With attachment_fields_to_edit you can add only additional input fields. Example: /** * Add custom field for Images * * … Read more