Countdown to force logout

Notify each logged-in user of the countdown to forced logout in the admin bar.

Author:Katsushi Kawamori (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.5
Plugin version:1.04
Added to WordPress repository:11-08-2022
Last updated:05-03-2024
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/countdown-to-fo...
Total downloads:1 457
Active installs:10+
plugin download
Click to start download

Notifies

  • Notifies a countdown to the admin bar at 60 second intervals.
  • When the countdown reaches 600 seconds or less, a notification is sent to the modal window. This number of seconds can be changed by the filter hook.

Filter hooks

/** ==================================================
 * Filter for countdown limit second for modal window view.
 *
 */
add_filter( 'countdown_to_force_logout_limit_sec', function(){ return 300; }, 10, 1 );

Screenshots
FAQ
ChangeLog