WordPress.org

Codex

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

Function Reference/pingback

Description

Pings back the links found in a post.

Includes wp-include/class-IXR.php file if not already included.

Usage

<?php pingback$content$post_ID ?>

Parameters

$content
(string) (required) Post content to check for links.
Default: None
$post_ID
(integer) (required) Post ID.
Default: None

Return Values

(void) 
This function does not return a value.

Examples

Notes

Change Log

Since: 0.71

Source File

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

Related

trackback_url

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