
內容簡介
Biscotti 是一款 WordPress 插件,它可以修改已登入使用者的 Cookie 過期時間為三個月、六個月或一年。這樣一來,某些使用者就不需要一直輸入密碼了。
外掛標籤
開發者團隊
原文外掛簡介
Biscotti is a plugin that modifies the expiration of the logged in user cookie in WordPress. Choose from the default WordPress expiration (14 days), three months (90 days), six months (180 days), or one year (365 days). Because some people hate to have to keep entering their passwords.
Features
Per-user cookie expiration settings
Four expiration options: default, 3 months, 6 months, 1 year
WP-CLI support for managing settings programmatically
Fully translatable with i18n support
Secure implementation with CSRF protection
Clean uninstall that removes all plugin data
Security
Version 3.0.0 includes critical security improvements:
* CSRF protection with nonce verification
* Input validation with whitelist checking
* Strict type comparisons throughout
* Modern PHP 8.0+ type hints
Requirements
WordPress 6.0 or higher
PHP 8.0 or higher
WP-CLI Commands
As of version 2.1.0, Biscotti includes WP-CLI commands for managing a user’s logged in session cookie expiration.
Get a user’s cookie expiration
wp biscotti get
Retrieves the current cookie expiration setting for a user.
Example:
wp biscotti get 123
Set a user’s cookie expiration
wp biscotti set
Sets the logged in session cookie expiration for a user.
Parameters:
*
*
Examples:
* Set to 1 year: wp biscotti set 123 '1 year'
* Reset to default: wp biscotti set 123 default
