Filters the lifetime of the comment cookie in seconds.
Parameters
$seconds
int- Comment cookie lifetime. Default YEAR_IN_SECONDS.
Source
$comment_cookie_lifetime = time() + apply_filters( 'comment_cookie_lifetime', YEAR_IN_SECONDS );
Filters the lifetime of the comment cookie in seconds.
$seconds
int$comment_cookie_lifetime = time() + apply_filters( 'comment_cookie_lifetime', YEAR_IN_SECONDS );
User Contributed Notes
You must log in before being able to contribute a note or feedback.