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.


Top ↑

Source

File: wp-includes/class-wp-xmlrpc-server.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
0.71Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More