whitespace-se / wordpress-plugin-a11ystack
Wordpress plugin that adds a11ystack-specific enhancements and features to Wordpress
Installs: 2 438
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 1
Type:wordpress-plugin
Requires
- composer/installers: ^1.0 || ^2.0
Requires (Dev)
- helsingborg-stad/modularity: dev-whitespace as 2.12.2
- wp-graphql/wp-graphql: ^1.14
- wpackagist-plugin/advanced-custom-fields: ^5.12
This package is auto-updated.
Last update: 2024-11-15 12:48:12 UTC
README
Wordpress plugin that adds a11ystack-specific enhancements and features to Wordpress.
How to install
If you want to use this plugin as an MU-plugin, first add this to your composer.json:
{ "extra": { "installer-paths": { "path/to/your/mu-plugins/{$name}/": [ "whitespace-se/wordpress-plugin-a11ystack" ] } } }
Where path/to/your/mu-plugins
is something like wp-content/mu-plugins
or
web/app/mu-plugins
.
Then get the plugin via composer:
composer require whitespace-se/wordpress-plugin-a11ystack
Configuration
Set these constants to true to enable the feature.
WP_A11YSTACK_ENABLE_FEEDBACK_MODULE
: Feedback moduleWP_A11YSTACK_ENABLE_OPEN_GRAPH_FIELDS
: Open graph fields
Contributing
Generate new pot file with this command:
wp i18n make-pot . --exclude=vendor,wp-content,node_modules languages/whitespace-a11ystack.pot