Action hook 'trackback_post'

in WP Core File wp-trackback.php at line 168

Description

Fires after a trackback is added to a post.

Occurrences

Filename Line Number
wp-trackback.php 168

Parameters

Type Name Description
int $trackback_id Trackback ID.

PHP Doc

/**
	 * Fires after a trackback is added to a post.
	 *
	 * @since 1.2.0
	 *
	 * @param int $trackback_id Trackback ID.
	 */