Filters the list of already-pinged URLs for the given post.
Parameters
$pungstring[]- Array of URLs already pinged for the given post.
Source
return apply_filters( 'get_pung', $pung );
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
Filters the list of already-pinged URLs for the given post.
$pungstring[]return apply_filters( 'get_pung', $pung );
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.