wpseek.com
A WordPress-centric search engine for devs and theme authors



pingback › WordPress Function

Since0.71
Deprecatedn/a
pingback ( $content, $post )
Parameters: (2)
  • (string) $content Post content to check for links. If empty will retrieve from post.
    Required: Yes
  • (int|WP_Post) $post Post ID or object.
    Required: Yes
Returns:
  • (array<string,bool>) An array of pingback statuses indexed by link.
Defined at:
Codex:
Change Log:
  • 4.7.0
  • 6.8.0

Pings back the links found in a post.



Source

Soon...