WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_pung

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php apply_filters 5554 /**
* Filters the list of already-pinged URLs for the given post.
*
* @since 2.0.0
*
* @param string[] $pung Array of URLs already pinged for the given post.
*/

Hook Parameters

Parameter Type Name Description
string[] $pung Array of URLs already pinged for the given post.