To install Chat Button, please go to getbutton.io and get the button code.
Copy and paste button code into the form below:
EOTEXT; } 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');