-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_comment_reply_link
github-actions[bot] edited this page Jul 25, 2025
·
10 revisions
Filters the HTML markup for the ActivityPub remote comment reply container.
add_filter(
'activitypub_comment_reply_link',
function ( string $block ) {
// Your code here
return $block;
}
);-
string$blockThe HTML markup for the remote reply container.
\apply_filters( 'activitypub_comment_reply_link', $block )Follow @[email protected] for updates and news.