Filter hook 'get_pung'

in WP Core File wp-includes/post.php at line 5728

Description

Filters the list of already-pinged URLs for the given post.

Occurrences

Filename Line Number
wp-includes/post.php 5728

Parameters

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

PHP Doc

/**
	 * 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.
	 */