Skip to content

webmention_comment_form_template_after

github-actions[bot] edited this page Jan 3, 2026 · 1 revision

Hook to add custom content after the Webmention form added to the comment form.

Auto-generated Example

/**
 * Hook to add custom content after the Webmention form added to the comment form.
 */
function my_webmention_comment_form_template_after_callback() {
    // Your code here.
}
add_action( 'webmention_comment_form_template_after', 'my_webmention_comment_form_template_after_callback' );

Files

do_action( 'webmention_comment_form_template_after' )

← All Hooks

Clone this wiki locally