Filters the list of URLs yet to ping for the given post.
Parameters
$to_ping
string[]- List of URLs yet to ping.
Source
return apply_filters( 'get_to_ping', $to_ping );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Filters the list of URLs yet to ping for the given post.
$to_ping
string[]return apply_filters( 'get_to_ping', $to_ping );
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.