Filters the list of already-pinged URLs for the given post.
Parameters
$pung
string[]- 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.
$pung
string[]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.