WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_moderation_headers

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 2009 /**
* Filters the comment moderation email headers.
*
* @since 2.8.0
*
* @param string $message_headers Headers for the comment moderation email.
* @param int $comment_id Comment ID.
*/

Hook Parameters

Parameter Type Name Description
string $message_headers Headers for the comment moderation email.
int $comment_id Comment ID.