Summery Summery
Check whether blog is public before returning sites.
Syntax Syntax
Parameters Parameters
- $sites
-
(Required) Will return if blog is public, will not return if not public.
Return Return
(mixed) Empty string if blog is not public, returns $sites, if site is public.
Source Source
File: wp-includes/comment.php
$tb_ping, $post->ID ) ); } } }
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |