apply_filters( 'comment_cookie_lifetime', int $seconds )
Filters the lifetime of the comment cookie in seconds.
Description Description
Parameters Parameters
- $seconds
-
(int) Comment cookie lifetime. Default 30000000.
Source Source
File: wp-includes/comment.php
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |