Filter hook 'get_to_ping'

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

Description

Filters the list of URLs yet to ping for the given post.

Occurrences

Filename Line Number
wp-includes/post.php 5757

Parameters

Type Name Description
string[] $to_ping List of URLs yet to ping.

PHP Doc

/**
	 * Filters the list of URLs yet to ping for the given post.
	 *
	 * @since 2.0.0
	 *
	 * @param string[] $to_ping List of URLs yet to ping.
	 */