Core Function
View Source on Trac ↗ privacy_ping_filter()
privacy_ping_filter( mixed $sites ) Checks whether blog is public before returning sites.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $sites mixed | Will return if blog is public, will not return if not public. Required |
Return Value
(mixed)
Empty string if blog is not public, returns $sites, if site is public.
Function Information
Since Version
2.1.0
Source File
wp-includes/comment.php
Advertisement