WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_to_ping

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php apply_filters 5583 /**
* Filters the list of URLs yet to ping for the given post.
*
* @since 2.0.0
*
* @param string[] $to_ping List of URLs yet to ping.
*/

Hook Parameters

Parameter Type Name Description
string[] $to_ping List of URLs yet to ping.