do_action( 'trackback_post', int $trackback_id )

Fires after a trackback is added to a post.


Parameters

$trackback_id

(int) Trackback ID.


Source

File: wp-trackback.php

View on GitHub


Changelog

Changelog
Version Description
WP-1.2.0 Introduced.