/home/arranoyd/www/wp-content/plugins/wp-chatbot/admin/commons/ht-cc-admin-logout-button.php
<?php

if (!defined('ABSPATH')) exit;
/**
 * @param $logout_path 
 */
?>

<div class="logout-mobilemonkey" style="position: relative;">
     <div class="disabled-notise hidden">
        <p class="disabled-notise__message">Log out, before switching to the manual option</p>
    </div>
    <a href="<?php echo $logout_path; ?>">Logout WP-Chatbot</a>   
</div>