Skip to content

webmention_comment_metadata

github-actions[bot] edited this page Jan 7, 2026 · 2 revisions

Auto-generated Example

/**
 * 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' );

Parameters

  • $comment

Files

do_action( 'webmention_comment_metadata', $comment )

← All Hooks

Clone this wiki locally