Title: Accessibility Statement
Last modified: January 25, 2017

---

# Accessibility Statement

 *  Resolved [galzil](https://wordpress.org/support/users/galzil/)
 * (@galzil)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/accessibility-statement/)
 * Thank you for this easy to use plugin,
    Can you add a place to add an Accessibility
   Statement link on the bottom of the menu? And if possible a general default statement

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Alex Volkov](https://wordpress.org/support/users/vol4ikman/)
 * (@vol4ikman)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8702432)
 * You can add this code to your functions.php file:
 *     ```
       add_filter('wah_enabled_widgets', 'custom_front_widgets', 10, 1);
       function custom_front_widgets($widgets){
   
           $widgets["widget-100"]["active"] = 1;
           $widgets["widget-100"]["html"] = '<div class="a_module">
               <div class="a_module_exe">
                   <a rel="nofollow" href="#Accessibility-Statement-link" id="wah_custom_link" class="contrast_trigger action_button wahout wah_custom-link">Accessibility Statement</a>
               </div>
           </div>';
   
           return $widgets;
       }
       ```
   
 * Hope it will help you =)
 *  Thread Starter [galzil](https://wordpress.org/support/users/galzil/)
 * (@galzil)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8702556)
 * Thanks, I will try this
 *  Plugin Author [Alex Volkov](https://wordpress.org/support/users/vol4ikman/)
 * (@vol4ikman)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8702566)
 * Please, rate us 😉
 *  Thread Starter [galzil](https://wordpress.org/support/users/galzil/)
 * (@galzil)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8702573)
 * Too late, already gave you 5 stars yesterday
 *  Plugin Author [Alex Volkov](https://wordpress.org/support/users/vol4ikman/)
 * (@vol4ikman)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8702630)
 * 😉 thanks
 *  Thread Starter [galzil](https://wordpress.org/support/users/galzil/)
 * (@galzil)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8776686)
 * I didn’t have time until today to do this.
    Unfortunately, it didn’t work, I 
   guess I need some more info about where to add the code.
 * nothing happened when I added it to the bottom of: admin/functions.php
    I also
   tried: admin/ajax-functions.php, but nothing
 * What am I missing?
 *  Plugin Author [Alex Volkov](https://wordpress.org/support/users/vol4ikman/)
 * (@vol4ikman)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8776776)
 * You have to add this to your theme functions.php file. Not in the plugin )
 *  Thread Starter [galzil](https://wordpress.org/support/users/galzil/)
 * (@galzil)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8778043)
 * Thanks, I didn’t realize that.
    A bit of a hassle as I will need to re-add the
   code every time they update the theme (or set up a child theme).
 *  Thread Starter [galzil](https://wordpress.org/support/users/galzil/)
 * (@galzil)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8942532)
 * Hi,
    The button’s style was lost in the updates, Can you help? ⌊style missing⌉
 * I’ve tried changing: class=”contrast_trigger action_button wahout wah_custom-
   link”
    to: class=”wah-action-button wahout wah-custom-link” like the other buttons
   but it didn’t help

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Accessibility Statement’ is closed to new replies.

 * ![](https://ps.w.org/wp-accessibility-helper/assets/icon-256x256.jpg?rev=2500492)
 * [WP Accessibility Helper (WAH)](https://wordpress.org/plugins/wp-accessibility-helper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-accessibility-helper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-accessibility-helper/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-accessibility-helper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-accessibility-helper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-accessibility-helper/reviews/)

## Tags

 * [features request](https://wordpress.org/support/topic-tag/features-request/)

 * 9 replies
 * 2 participants
 * Last reply from: [galzil](https://wordpress.org/support/users/galzil/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/accessibility-statement/#post-8942532)
 * Status: resolved