Skip to content

activitypub_comment_reply_link

github-actions[bot] edited this page Jul 23, 2025 · 9 revisions

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

Auto-generated Example

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

Parameters

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

Files

\apply_filters( 'activitypub_comment_reply_link', $block )

Hooks

Users

Developers

Clone this wiki locally