get_to_ping( int|WP_Post $post )
Retrieves URLs that need to be pinged.
Parameters
- $post
-
(Required) Post ID or post object.
Return
(string[]|false) List of URLs yet to ping.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
4.7.0 | $post can be a WP_Post object. |
1.5.0 | Introduced. |