Açıklama
When configured, this plugin examines the visited url for a configured parameter and stores it in a cookie. The cookie name, domain, path
and expiry can be configured.
Yükleme
Installation is the same as commonly found with other wordpress plugins:
- Upload the plugin files to the
/wp-content/plugins/url-param-to-cookiedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->UrlParamToCookie Settings screen to configure the plugin
SSS
- I fiddled with the path setting, now I can’t see the cookie
-
If you want the cookie to apply to the entire site, then set the path variable to ‘/’
- What do I do with validity time?
-
The default for the cookie validity time is 0 – this means the cookie is valid until the end of the session, or until the web browser is closed. If you want the cookie to be valid
for a week, you’d enter 604800, this is a week’s worth of seconds (7 (days) * 24 (hours) * 60 (minutes) * 60 (seconds)).
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“URL Param To Cookie” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“URL Param To Cookie” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.
Değişiklik Kaydı
1.0
- Initial commit.
- Cleaned up formatting significantly.
