Leírás
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 );
Telepítés
- Upload
countdown-to-force-logout
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
GYIK
none
Vélemények
Nincsenek értékelések erről a bővítményről.
Közreműködők és fejlesztők
“Countdown to force logout” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:
Közreműködők“Countdown to force logout” 1 nyelvre lett lefordítva. Köszönet a fordítóknak az áldozatos munkájukért!
“Countdown to force logout” fordítása a saját nyelvünkre.
Érdekeltek vagyunk a fejlesztésben?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Változási napló
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.