apply_filters( 'comment_cookie_lifetime', int $seconds )

Filters the lifetime of the comment cookie in seconds.


Parameters

$seconds

(int) Comment cookie lifetime. Default 30000000.


Source

File: wp-includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.