WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_cookie_lifetime

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php apply_filters 565 /**
* Filters the lifetime of the comment cookie in seconds.
*
* @since 2.8.0
*
* @param int $seconds Comment cookie lifetime. Default 30000000.
*/

Hook Parameters

Parameter Type Name Description
int $seconds Comment cookie lifetime. Default 30000000.