Skip to content

activitypub_comment_reply_link

github-actions[bot] edited this page Jul 30, 2025 · 4 revisions

Filters the HTML markup for the ActivityPub remote comment reply container.

Auto-generated Example

function my_activitypub_comment_reply_link_callback( string $block ) {
    // Your code here.
    return $block;
}
add_filter( 'activitypub_comment_reply_link', 'my_activitypub_comment_reply_link_callback' );

Parameters

  • string $block The HTML markup for the remote reply container.

Files

\apply_filters( 'activitypub_comment_reply_link', $block )

← All Hooks

Users

Developers

Clone this wiki locally