-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_reply_intent_url
github-actions[bot] edited this page Jul 23, 2025
·
30 revisions
Filters the reply intent URL.
add_filter(
'activitypub_reply_intent_url',
function ( string $url ) {
// Your code here
return $url;
}
);-
string$urlThe reply intent URL.
\apply_filters( 'activitypub_reply_intent_url', $url )Follow @activitypub.blog@activitypub.blog for updates and news.