Countdown to force logout

外掛說明

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

螢幕擷圖

  • Admin bar view
  • Modal window view

安裝方式

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

常見問題集

none

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Countdown to force logout〉的開發相關工作。

參與者

〈Countdown to force logout〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Countdown to force logout〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.