We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525c8cc commit 193c499Copy full SHA for 193c499
wordpress/chatrix/src/plugin.php
@@ -86,7 +86,7 @@ function () {
86
}
87
);
88
89
- // Logs out user from Chatrix on non-logged in page load, if any session exists in localStorage
+ // Logs out user from Chatrix on non-logged in page load, if any session exists in localStorage.
90
foreach ( array( 'wp_footer', 'login_footer' ) as $footer_hook ) {
91
add_action(
92
$footer_hook,
0 commit comments