Description
Retrieve URLs that need to be pinged.
Usage
<?php get_to_ping( $post_id ) ?>
Parameters
- $post_id
- (integer) (required) Post ID
- Default: None
Return Values
- (array)
- Returns array of URLs that need to be pinged.
Examples
Notes
Change Log
Since: 1.5.0
Source File
get_to_ping() is located in wp-includes/post.php
.
Related