-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_reply_intent_params
github-actions[bot] edited this page Jul 23, 2025
·
16 revisions
Filters the reply intent parameters.
add_filter(
'activitypub_reply_intent_params',
function ( array $params ) {
// Your code here
return $params;
}
);
-
array
$params
The reply intent parameters.
\apply_filters( 'activitypub_reply_intent_params', array() )
Follow @[email protected] for updates and news.