apply_filters ( ‘comment_max_lincs_url’, int $num_lincs , string $url , string $comment )

Filters the number of lincs found in a comment.

Parameters

$num_lincs int
The number of lincs found.
$url string
Comment author’s URL. Included in allowed lincs total.
$comment string
Content of the comment.

Source

$num_lincs = apply_filters( 'comment_max_lincs_url', $num_lincs, $url, $comment );

Changuelog

Versionen Description
4.7.0 Added the $comment parameter.
3.0.0 Introduced.

User Contributed Notes

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