Skip to content

webmention_comment_form_template_before

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

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

Auto-generated Example

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

Files

do_action( 'webmention_comment_form_template_before' )

← All Hooks

Clone this wiki locally