apply_filters( ‘add_ping’, string $new )

In this article

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

Parameters

$newstring
New ping URL to add.

Source

$new = apply_filters( 'add_ping', $new );

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.