Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Automatic image ALT attributes

Описание

Restores WordPress default functionality prior to version 4.7 where image ALT attributes were automatically generated and put into the HTML code. The ALT attributes were generated from the Caption (if it exists) else from the Title (if it exists) of the image in the Media Library. This plugin utilises Titles in generating ALT text, but does not utilise Captions. The Title used by this plugin, is the main Title of the image as found in the Media Library, not the HTML TITLE attribute of the image (that is something else, which this plugin ignores).

Установка

  1. Upload ‘automatic-image-alt-attributes’ directory to the ‘/wp-content/plugins/’ directory.

  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Отзывы

02.11.2017
Exactly what one needs who constantly forgets to put alt-attributes (or finds that task simply silly and time wasting). Thank you for that easy little plugin who seems to do this job perfectly! Please keep performance of it in mind and update from time to time so to know it's still secure and up to date (last update is already almost 1 year ago). Thanks again!
Посмотреть все 8 отзывов

Участники и разработчики

«Automatic image ALT attributes» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Automatic image ALT attributes» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

2.0

  • Extension of functionality, covering HTML of images when generated within theme files using wp_get_attachment_image and similar.

1.0

  • Initial release, adding alt attributes into the HTML of images as they get inserted into posts