On this page
apply_filters( 'add_ping', string $new )
Filters the new ping URL to add for the given post.
Parameters
$newstring-
New ping URL to add.
Source
File: wp-includes/post.php. View all references
$new = apply_filters( 'add_ping', $new );
Related
Used By
| Used By | Description |
|---|---|
| add_ping() wp-includes/post.php | Adds a URL to those already pinged. |
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/add_ping