Function Reference/get pung
Description
Retrieve URLs already pinged for a post.
Usage
<?php get_pung( $post_id ) ?>
Parameters
- $post_id
- (integer) (required) Post ID.
- Default: None
Return Values
- (array)
- Returns array of pinged URLs.
Examples
Notes
Change Log
Since: 1.5.0
Source File
get_pung() is located in wp-includes/post.php.
Related