apply_filters( ‘comment_cookie_lifetime’, int $seconds )

In this article

Filters the lifetime of the comment cookie in seconds.

Parameters

$secondsint
Comment cookie lifetime. Default 30000000.

Source

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

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.