Core Function
View Source on Trac ↗ pingback()
pingback( mixed $content, mixed $post ) Pings back the links found in a post.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $content string | Post content to check for links. If empty will retrieve from post. Required |
| (int | | WP_Post) $post Post ID or object. Required |
Return Value
(array<string,)
bool> An array of pingback statuses indexed by link.
Function Information
Since Version
0.71
Source File
wp-includes/comment.php
Advertisement