Filter hook 'add_ping'

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

Description

Filters the new ping URL to add for the given post.

Occurrences

Filename Line Number
wp-includes/post.php 5658

Parameters

Type Name Description
string $new New ping URL to add.

PHP Doc

/**
	 * Filters the new ping URL to add for the given post.
	 *
	 * @since 2.0.0
	 *
	 * @param string $new New ping URL to add.
	 */