Stan Ozier
Forum Replies Created
-
Forum: Plugins
In reply to: [Tawk.To Live Chat] Small favor/nitpick for update infoYes, agreed. This is kind of a best practice in WP.
Also, a bit more information about what is “visitor recognition” would be nice.
Thanks.Forum: Plugins
In reply to: [Tawk.To Live Chat] How to disable chat for Admin role?Version 0.5.0 (February 2021) still requires this patch if you want to disable the chat when logged in as an admin.
Forum: Plugins
In reply to: [Tawk.To Live Chat] How to disable chat for Admin role?Version 0.4.3 (Sept 2020) still doesn’t support this 🙁
Code patch still needs to be applied.
Forum: Plugins
In reply to: [Tawk.To Live Chat] How to disable chat for Admin role?FYI version 0.4.2 has just been released and still does not support this option.
So you may want to modify you tawkto.php file again after updating the plugin (same modification on same line as above).Forum: Plugins
In reply to: [Tawk.To Live Chat] How to disable chat for Admin role?I quickly hacked into the code to disable this, by editing file tawkto.php, starting in line 260 :
public function print_embed_code() { if ( current_user_can('administrator') ) { return false; } [...] }Hopefully offical developpers will add this as an option at some point.
- This reply was modified 6 years, 6 months ago by Stan Ozier.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Can not block wp-login.phpStill works fine. Incognito, cache cleared, different browser…
I can still access wp-login.php directly.