You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. */functionmy_webmention_comment_form_template_before_callback() {
// Your code here.
}
add_action( 'webmention_comment_form_template_before', 'my_webmention_comment_form_template_before_callback' );