Countdown to force logout

Beskrivning

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 );

Skärmdumpar

  • Admin bar view
  • Modal window view

Installation

  1. Upload countdown-to-force-logout directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ’Plugins’ menu in WordPress

Vanliga frågor

none

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Countdown to force logout” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Countdown to force logout” har översatts till 1 språk. Tack till översättarna för deras bidrag.

Översätt ”Countdown to force logout” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.04

Supported WordPress 6.4.
PHP 8.0 is now required.

1.03

Fixed an issue with the mobile display of the unread view in the admin bar.

1.02

Supported WordPress 6.1.

1.01

Simplified period display.
Add description.

1.00

Initial release.