Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: comment_moderation_subject

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1856
1857           /**
1858            * Filters the comment moderation email subject.
1859            *
1860            * @since 1.5.2
1861            *
1862            * @param string $subject    Subject of the comment moderation email.
1863            * @param int    $comment_id Comment ID.
1864            */
1865           $subject = apply_filters( 'comment_moderation_subject', $subject, $comment_id );
1866
1867           /**
1868            * Filters the comment moderation email headers.
1869            *
1870            * @since 2.8.0
1871            *
1872            * @param string $message_headers Headers for the comment moderation email.
1873            * @param int    $comment_id      Comment ID.
1874            */