Fires after a trackback is added to a post.
Parameters
$trackback_idint- Trackback ID.
Source
do_action( 'trackback_post', $trackback_id );
Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |
Fires after a trackback is added to a post.
$trackback_idintdo_action( 'trackback_post', $trackback_id );
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.