plugin_name = $plugin_name; $this->active_tab = (isset($_GET['tab'])) ? sanitize_text_field($_GET['tab']) : 'default'; $this->settings = array( array('field'=>'phone_number','type'=>'text', 'label'=>__('Enter your phone number and click the “Quick Start” button','accessibility-help-button')) ); if($this->this_tab == $this->active_tab){ add_action($this->plugin_name.'_tab_content', array($this,'tab_content')); } add_action($this->plugin_name.'_tab', array($this,'tab'),1); $this->register_settings(); } function register_settings(){ foreach($this->settings as $setting){ register_setting( $this->setting_key, $setting['field']); } } function tab(){ ?> tab_name, 'accessibility-help-button' ); ?>
By entering your phone number and clicking “Quick Start” we will automatically add a clickable button on every page of your website in the lower right-hand corner. This allows a person with a disability to contact your company and ask for help if they are having a problem navigating or using a certain part of your website. This plugin helps you stay compliant and at the same time help the 100's of millions of disabled people use the internet.
We created this plugin to help companies stay in compliance with the latest WCAG ADA Section 508 guidelines. The majority of lawsuits that are happening with web accessibility have to do with Tittle III act of the American Disability Act. Title III says basically that all people, including people with disabilities must have the same access to everything your company offers and this includes your website.
So by adding this button to the front of your website. You are allowing a person with a disability to get help navigating your website. This means that everybody has full access to your website or software and this one of the main components to being compliant.