Mô tả
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 );
Cài đặt
- Upload
countdown-to-force-logout
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Hỏi đáp
none
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Countdown to force logout” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Countdown to force logout” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Countdown to force logout” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
[1.08] 2024/11/14
- Fix – Rebuilt javascript.
[1.07] 2024/11/11
- Fix – Management screen display issue.
[1.06] 2024/11/11
- Change – Changed the required version of WordPress.
[1.05] 2024/11/08
- Fix – Rebuilt blocks.
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.