wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_cookie_lifetime › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'comment_cookie_lifetime', 30000000 )
Parameters:
  • (int) $seconds Comment cookie lifetime. Default 30000000.
    Required: Yes
Defined at:
Codex:

Filters the lifetime of the comment cookie in seconds.





Source

$comment_cookie_lifetime = time() + apply_filters( 'comment_cookie_lifetime', 30000000 );