apply_filters( 'add_ping', string $new )

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


Parameters

$new string
New ping URL to add.

Top ↑

Source

File: wp-includes/post.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes

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