apply_filters( 'comment_max_links_url', int $num_links, string $url, string $comment )

Filters the number of links found in a comment.


Description Description


Parameters Parameters

$num_links

(int) The number of links found.

$url

(string) Comment author's URL. Included in allowed links total.

$comment

(string) Content of the comment.


Top ↑

Source Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Added the $comment parameter.
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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