WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/privacy ping filter

Description

Check whether blog is public before returning sites.

Usage

<?php privacy_ping_filter$sites ?>

Parameters

$sites
(mixed) (required) Will return if blog is public, will not return if not public.
Default: None

Return Values

(mixed) 
Returns empty string ('') if blog is not public. Returns value in $sites if site is public.

Examples

Notes

Change Log

Since: 2.1.0

Source File

privacy_ping_filter() is located in wp-includes/comment.php.

Related

See also index of Function Reference and index of Template Tags.