plugin_name = $plugin_name; $this->active_tab = (isset($_GET['tab'])) ? sanitize_text_field($_GET['tab']) : 'default'; $this->settings = array( ); 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' ); ?>

Do you want to go PRO? To find out if going PRO is the best option for you and your company, just follow this link St Pete Design PRO and let our trained professionals handle it.

If you are unable to have one of your company representatives available to help an individual access your website whenever needed.We have you covered! We offer a service that provides a live customer representative that will walk a disabled user through your website. This elimanates the need for you to have to deal with web accessibility issues typically seen on the internet without diverting any man power or added payroll.

Check Us Out - Follow this link St Pete Design to check out our page that explains all of the great reasons why you should go PRO and at the same time, get lots of other great ideas to help you stay WCAG compliant.

CONTACT US
plugin_name.'_general_option', new Aa508_Call_Pro($this->plugin_name));