=== Improving Search Form Accessibility ===

Contributors:      webmandesign
Donate link:       https://www.webmandesign.eu/contact/#donation
Author URI:        https://www.webmandesign.eu
Plugin URI:        https://www.webmandesign.eu/portfolio/improving-search-form-accessibility-wordpress-plugin/
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      7.0
Stable tag:        1.0.1
License:           GPL-3.0-or-later
License URI:       http://www.gnu.org/licenses/gpl-3.0.html
Tags:              search, form, accessibility

Improves search form accessibility by associating search field label explicitly instead of implicitly.


== Description ==

WordPress [search form](https://developer.wordpress.org/reference/functions/get_search_form/) associates [label with search field implicitly](https://www.w3.org/WAI/tutorials/forms/labels/#associating-labels-implicitly). This can cause issues with certain assistive technologies.

This plugin fixes the issue by [associating the label explicitly](https://www.w3.org/WAI/tutorials/forms/labels/#associating-labels-explicitly), thus effectively improving WordPress search form accessibility.

There are no options for the plugin, it works out of the box.


== Installation ==

1. Unzip the plugin download file and upload `improving-search-form-accessibility` folder into the `/wp-content/plugins/` directory.
2. Activate the plugin through the *"Plugins"* menu in WordPress.
3. Plugin has no options, works immediately after activation.


== Changelog ==

Please see the [`changelog.md` file](https://github.com/webmandesign/improving-search-form-accessibility/blob/master/changelog.md) for details.


== Upgrade Notice ==

= 1.0.1 =
Using `wp_unique_id` instead of `uniqid`.
