-
-
Notifications
You must be signed in to change notification settings - Fork 29
webmention_comment_metadata
github-actions[bot] edited this page Jan 7, 2026
·
2 revisions
/**
* Callback function for the 'webmention_comment_metadata' action.
*
* @param mixed $comment
*/
function my_webmention_comment_metadata_callback( $comment ) {
// Your code here.
}
add_action( 'webmention_comment_metadata', 'my_webmention_comment_metadata_callback' );$comment
do_action( 'webmention_comment_metadata', $comment )