apply_filters( 'comment_max_links_url', string $num_links , string $value )
Filters the maximum amount of links allowed to include the user’s URL.
Description Description
Parameters Parameters
- $num_links
-
How many links found.
- $value
-
User's url.
Source Source
File: bp-core/bp-core-moderation.php
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |