
Countdown to force logout
by Katsushi Kawamori on WordPress.org

Admin bar view
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 );
Active installations10+
Weekly downloads
10+42.86%
Version1.09
Last updated4/13/2025
WordPress version6.6
Tested up to6.8.1
PHP version8.0
Tags
countdownlogoutnotify