WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about add_ping

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php apply_filters 5484 /**
* Filters the new ping URL to add for the given post.
*
* @since 2.0.0
*
* @param string $new New ping URL to add.
*/

Hook Parameters

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