pingback_post WordPress Action Hook
The pingback_post hook is called when a pingback is registered on a post. This hook can be used to perform actions when a pingback is registered, such as notifying the post author or sending a notification to a central location.
do_action( 'pingback_post', int $comment_ID ) #
Fires after a post pingback has been sent.
Parameters
- $comment_ID
(int)Comment ID.
Source
Changelog
Version | Description |
---|---|
0.71 | Introduced. |