trackback_post WordPress Action Hook
The trackback_post hook is triggered when a trackback is posted to a post. It allows you to do something with the trackback data.
do_action( 'trackback_post', int $trackback_id ) #
Fires after a trackback is added to a post.
Contents
Parameters
- $trackback_id
(int)Trackback ID.
Source
File: wp-trackback.php
Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |