EOTEXT; if (get_option('whatshelp-code')) { echo << Check your website to see if the Chat Button is present.
You can always get a new code at getbutton.io and paste it in the form below.

EOTEXT; } else { echo <<Step 1: Get button code

To install Chat Button, please go to getbutton.io and get the button code.

Step 2: Paste the code

Copy and paste button code into the form below:

EOTEXT; } echo '
'; settings_fields('whatshelp'); do_settings_sections('whatshelp'); echo ''; submit_button(); echo '
'; } function get_whatshelp_url() { return 'https://getbutton.io/?utm_campaign=wordpress_plugin&utm_medium=widget&utm_source=wordpress'; } function get_whatshelp_logo_url() { return plugin_dir_url(__FILE__) . 'img/getbutton_logo.png'; } function add_whatshelp_code() { echo get_option('whatshelp-code'); } // Add settings page and register settings with WordPress add_action('admin_menu', 'whatshelp_setup'); // Add the code to footer add_action('wp_footer', 'add_whatshelp_code');