Media alt text
Octa Editor adds an Alt column to the Media Library list view (upload.php), so you can set image alt text without opening each attachment.
How it works
Section titled “How it works”Switch the Media Library to list view. Each image row shows an editable Alt field. Type the alt text and it saves in place. Non-image attachments show a dash rather than an editor.
Saving goes through the panel REST route POST octa-editor/v1/attachment-alt/{id}. The alt text is stored as plain text, never HTML.
Permissions
Section titled “Permissions”The column only lets you edit attachments you are allowed to edit, following the same capability checks as the rest of WordPress. The request is protected by a nonce, so it cannot be triggered from another site.